gdb_continue
Resume program execution to the next breakpoint or until the program exits. Useful for stepping through code after a pause in GDB debugging sessions.
Instructions
Continue program execution until next breakpoint or exit.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session identifier. |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |