debug_detach
End an active debug session on a mobile device. Optionally terminate the debuggee process using the kill parameter; otherwise the debuggee continues running.
Instructions
End the debug session. Pass kill=true to terminate the debuggee; otherwise it keeps running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | Device ID | |
| kill | No | Terminate debuggee on detach. |