edb_attach_process
Attach to a running process by its PID to pause and debug it.
Instructions
Attach the debugger to an already-running process by PID. The process is paused on attach.
Args: params (AttachPid): Process ID - pid (int): Process ID to attach to
Returns: str: Status message confirming attachment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |