Get desktop application:
View/edit binary Protocol Buffers messages
uint32 seq_no = 1
uint32 reply_seq_no = 2
oneof msg
Used in: BackendToDebugger
Used in: BkBreakpointTriggered
BREAKPOINT = 0
EXCEPTION = 1
PAUSE = 2
STEP = 3
Used in: BackendToDebugger
uint32 protocol_version = 1
Used in: BackendToDebugger
Used in: BkContextUpdated
Used in: BackendToDebugger
Used in: BkDebugOutput
LEVEL_INFO = 0
LEVEL_WARNING = 1
LEVEL_ERROR = 2
LEVEL_DEBUG = 3
Used in: BackendToDebugger
(message has no fields)
Used in: BackendToDebugger
optional MsgValue result = 1
string error_message = 2
Used in: BackendToDebugger
Used in: BackendToDebugger
Used in: BackendToDebugger
Used in: BackendToDebugger
string name = 1
string body = 2
Used in: DebuggerToBackend
uint32 protocol_version = 1
Used in: BkBreakpointTriggered, BkContextUpdated, DbgContinue, DbgEvaluate, DbgGetVariables
Used in: DebuggerToBackend
Used in: DbgContinue
CONTINUE = 0
STEP_OVER = 1
STEP_INTO = 2
STEP_OUT = 3
PAUSE = 4
Used in: DebuggerToBackend
string expression = 2
int32 frame = 3
Used in: DebuggerToBackend
(message has no fields)
Used in: DebuggerToBackend
int32 variableRef = 2
int32 frame = 3
int32 local = 4
Used in: DebuggerToBackend
Used in: DebuggerToBackend
Used in: DebuggerToBackend
bool break_on_error = 1
bool break_on_generic_error = 2
uint32 seq_no = 1
uint32 reply_seq_no = 2
oneof msg
Used in: DbgSetBreakpoints
string path = 1
int32 line = 2
Used in: BkGetVariablesResponse
int64 index = 2
string name = 3
optional MsgValue value = 4
Used in: MsgChildValue
Used in: BkModInfoResponse
string uuid = 1
string name = 2
string author = 3
string path = 4
Used in: BkModInfoResponse
Used in: BkBreakpointTriggered
string source = 1
string path = 2
string function = 3
int32 line = 4
int32 scope_first_line = 5
int32 scope_last_line = 6
Used in: DbgGetVariables, MsgVariablesRef
int64 index = 2
string key = 3
Used in: MsgTableKey
Used in: BkEvaluateResponse, MsgChildValue
oneof value
bool boolval = 2
int64 intval = 3
float floatval = 4
string stringval = 5
Used in: MsgValue
NIL = 0
BOOLEAN = 1
INTEGER = 2
FLOAT = 3
STRING = 4
TABLE = 5
FUNCTION = 6
USERDATA = 7
THREAD = 8
UNKNOWN = 9
COMPONENT_HANDLE = 10
NONE = 11
Used in: MsgValue
int32 variableRef = 1
int32 frame = 2
int32 local = 3
Used in: BkResult
SUCCESS = 0
NOT_IN_PAUSE = 1
NO_DEBUGGEE = 2
INVALID_CONTINUE_ACTION = 3
IN_PAUSE = 4
EVAL_ENGINE_NOT_READY = 5
EVAL_FAILED = 6
NO_SUCH_FILE = 7