DebuggerEndReason
Reason for the end of the debugger session.
Items 8
History | Name | Value | Description | |
---|---|---|---|---|
485 | ClientRequest | 0 | Client requested connection termination. | |
485 | Timeout | 1 | Connection timed out. | |
485 | InvalidHost | 2 | Invalid host:port combination. | |
485 | Disconnected | 3 | Connection was lost. | |
485 | ServerShutdown | 4 | Server terminated the connection because it shut down. | |
485 | ServerProtocolMismatch | 5 | Server has wrong version of protocol. | |
485 | ConfigurationFailed | 6 | Got a failure response when trying to configure the server. | |
485 | RpcError | 7 | An error occurred in the RPC layer. |
Description
Reason for the end of the debugger session.
History 9
- 485 Add Timeout
- 485 Add ServerShutdown
- 485 Add ServerProtocolMismatch
- 485 Add RpcError
- 485 Add InvalidHost
- 485 Add Disconnected
- 485 Add ConfigurationFailed
- 485 Add ClientRequest
- 485 Add DebuggerEndReason