edb_pause
Interrupts a running program by sending a SIGINT signal to break execution.
Instructions
Pause (interrupt) the running program. Sends a SIGINT to break execution.
Returns: str: Confirmation of interruption
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |