interrupt
Stops a running debug target by sending Ctrl+Break, enabling you to retrieve debugger output.
Instructions
Interrupt the running debug target (send Ctrl+Break).
Used after execute('g') returns pending, to stop the target. CDB will stop the target and display a new prompt. After interrupt, use get_output() to see the post-interrupt output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |