detach_from_process
Detach from a debugged process without terminating it, allowing the process to continue running independently after debugging.
Instructions
Detach from the debugged process without terminating it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Debug session ID | |
| terminateProcess | No | Whether to terminate the process on detach (default: false) |