debuggerDeleteListener
Stops listening for breakpoints and frees the debug session, preventing it from blocking the next session for the same user. Use when a debug session ends or is abandoned.
Instructions
Stop listening for breakpoints and free the session. Do it when a debug session is over or abandoned - a listener left behind blocks the next one for the same user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | The user. | |
| ideId | Yes | The IDE ID. | |
| terminalId | Yes | The terminal ID. | |
| debuggingMode | Yes | The debugging mode. |