dbg_step
Step through a C/C++ program's execution by line or instruction, controlling the direction with over, into, or out commands for debugging.
Instructions
Step the current thread. kind: over|into|out. granularity: line|instruction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| kind | No | over | |
| granularity | No | line |