debug_attach
Attach the debugger to a running .NET process by providing its PID to diagnose issues in real time.
Instructions
Attach the debugger to an already-running .NET process by PID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| processId | Yes | System process id (PID) of the .NET process to attach to. |