Reference API Roblox

Engine API

Website

Related

Reference API Roblox

DebuggerStatus

Result of a debugger request.

Items 9

HistoryNameValueDescription
485Success0

Request has completed successfully.

485Timeout1

Timed out while waiting for response.

485ConnectionLost2

Connection to the debugger was lost.

485InvalidResponse3

Failed to parse response.

485InternalError4

Exception encountered while processing response.

485InvalidState5

The request was not appropriate for the current debugger state.

485RpcError6

Response was an error.

488InvalidArgument7

One of the request arguments was invalid.

506ConnectionClosed8

Connection closed while waiting for response.

Description

Result of a debugger request.

History 10

Settings