Get desktop application:
View/edit binary Protocol Buffers messages
Used in: Status
NORMAL = 0
UNREACHABLE = 3
CALL_STACK_EXHAUSTED = 4
MEMORY_ACCESS_OUT_OF_BOUNDS = 5
INDIRECT_CALL_INDEX_OUT_OF_BOUNDS = 6
INDIRECT_CALL_SIGNATURE_MISMATCH = 7
INTEGER_DIVIDE_BY_ZERO = 8
INTEGER_OVERFLOW = 9
BREAKPOINT = 10
ABI_DEFICIENCY = 27
ABI_VIOLATION = 28
INTERNAL = 29
Used in: DebugRequest, DebugResponse
repeated uint64 breakpoints = 1
Used in: DebugRequest
CONFIG_GET = 0
CONFIG_SET = 1
CONFIG_UNION = 2
CONFIG_COMPLEMENT = 3
READ_GLOBALS = 4
READ_MEMORY = 5
READ_STACK = 6
uint64 addr = 3
uint64 size = 4
string module = 1
optional Status status = 2
bytes data = 4
repeated string scope = 1
repeated string module_sources = 2
Used in: Instances
string instance = 1
string module = 2
optional Status status = 3
bool transient = 4
bool debugging = 5
repeated string tags = 6
bool persist = 1
repeated string tags = 2
Used in: LaunchOptions, ResumeOptions
string function = 2
string instance = 3
bool transient = 4
bool suspend = 5
repeated string tags = 6
Used in: Modules
string module = 1
repeated string tags = 2
bool pin = 1
repeated string tags = 2
UNSPECIFIED = 0
MODULE_LIST = 1
MODULE_INFO = 2
MODULE_DOWNLOAD = 3
MODULE_UPLOAD = 4
MODULE_SOURCE = 5
MODULE_PIN = 6
MODULE_UNPIN = 7
CALL_EXTANT = 8
CALL_UPLOAD = 9
CALL_SOURCE = 10
LAUNCH_EXTANT = 11
LAUNCH_UPLOAD = 12
LAUNCH_SOURCE = 13
INSTANCE_LIST = 14
INSTANCE_INFO = 15
INSTANCE_CONNECT = 16
INSTANCE_WAIT = 17
INSTANCE_KILL = 18
INSTANCE_SUSPEND = 19
INSTANCE_RESUME = 20
INSTANCE_SNAPSHOT = 21
INSTANCE_DELETE = 22
INSTANCE_UPDATE = 23
INSTANCE_DEBUG = 24
Used in: Status
NONEXISTENT = 0
RUNNING = 1
SUSPENDED = 2
HALTED = 3
TERMINATED = 4
KILLED = 5
Used in: DebugResponse, InstanceInfo, event.Instance, internal.server.Instance
int32 result = 3
string error = 4