debuggerAttach
Attach to a paused ABAP process at a breakpoint to inspect its stack and variables, then release it to avoid freezing the work process.
Instructions
Attach to the process that has stopped at a breakpoint, which is what debuggerListen reported. Only after this do the stack and the variables mean anything; the attachment holds the stopped process, so let it go (debuggerStep with terminate, or delete the listener) rather than leaving a work process frozen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | The user. | |
| debuggeeId | Yes | The ID of the debuggee. | |
| debuggingMode | Yes | The debugging mode. | |
| dynproDebugging | No | Whether to enable Dynpro debugging. |