gdb_step
Step through program execution in a GDB debugging session, either by source lines or instructions, to analyze code behavior and debug issues effectively.
Instructions
Step program execution
Input Schema
Name | Required | Description | Default |
---|---|---|---|
instructions | No | Step by instructions instead of source lines (optional) | |
sessionId | Yes | GDB session ID |