DebuggerStatus

Result of a debugger request.

Items

NameValueSummary
Success0

Request has completed successfully.

Timeout1

Timed out while waiting for response.

ConnectionLost2

Connection to the debugger was lost.

InvalidResponse3

Failed to parse response.

InternalError4

Exception encountered while processing response.

InvalidState5

The request was not appropriate for the current debugger state.

RpcError6

Response was an error.

InvalidArgument7

One of the request arguments was invalid.

ConnectionClosed8

Connection closed while waiting for response.

On this page