debuggerListeners
Check which debug listeners are active for a user and terminal to see who would catch a breakpoint, preventing session start conflicts caused by stale or duplicate listeners.
Instructions
Which debug listeners exist for this user and terminal - who would catch a breakpoint right now. Read this before starting one: a second listener for the same user is refused, and an old one left behind is the usual reason a debug session cannot be started. checkConflict is off by default because the backend raises a short dump for it when no listener exists at all - turn it on only once you know one is there.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | The user. | |
| ideId | Yes | The IDE ID. | |
| terminalId | Yes | The terminal ID. | |
| checkConflict | No | Ask the backend whether this listener would conflict with another. Default false: on a system with no listener at all, the check itself answers 500 AdiFailed. | |
| debuggingMode | Yes | The debugging mode. |