debuggerAttach
Attach the debugger to an ABAP debuggee by specifying debugging mode, debuggee ID, and user. Optionally enable Dynpro debugging or use a specific SAP connection.
Instructions
Attaches the debugger.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | The user. | |
| connection | No | Optional: SAP connection name to use for THIS call only (overrides the active connection; see listConnections). Immune to server restarts and concurrent switches. | |
| debuggeeId | Yes | The ID of the debuggee. | |
| debuggingMode | Yes | The debugging mode. | |
| dynproDebugging | No | Whether to enable Dynpro debugging. |