Debugger session ID
Each debugger session has a session ID that identifies the session. You can determine the session ID from the debug action status provider.
The session ID is required for the following tasks.
- To attach to a session to debug the GatewayScript file.
- To cancel a session.
Each session has an
In Use property that can have one of the following states.Yes- The session is debugging a GatewayScript file.
No- The session is idle and available to debug.
Quiescing- The debugger session is ending. When a session is quiescing, you cannot attach to that session for debugging and you cannot cancel the session. If you attempt either, an error is returned.