detach_from_process
Detach from a debugged process to allow it to continue running independently. Use this to end debugging without stopping the process.
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) |