package NSE.DebuggerFrontend

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BackendToDebugger

DbgProtocol.proto:247

message BkBreakpointTriggered

DbgProtocol.proto:109

Used in: BackendToDebugger

enum BkBreakpointTriggered.Reason

DbgProtocol.proto:110

Used in: BkBreakpointTriggered

message BkConnectResponse

DbgProtocol.proto:91

Used in: BackendToDebugger

message BkContextUpdated

DbgProtocol.proto:174

Notifies the frontend that the server or client Lua state was recreated or was deleted

Used in: BackendToDebugger

enum BkContextUpdated.Status

DbgProtocol.proto:175

Used in: BkContextUpdated

message BkDebugOutput

DbgProtocol.proto:201

Used in: BackendToDebugger

enum BkDebugOutput.Severity

DbgProtocol.proto:202

Used in: BkDebugOutput

message BkDebuggerReady

DbgProtocol.proto:217

Used in: BackendToDebugger

(message has no fields)

message BkEvaluateResponse

DbgProtocol.proto:158

Response to an evaluation request

Used in: BackendToDebugger

message BkGetVariablesResponse

DbgProtocol.proto:164

Response to an evaluation request

Used in: BackendToDebugger

message BkModInfoResponse

DbgProtocol.proto:196

Used in: BackendToDebugger

message BkResult

DbgProtocol.proto:213

Used in: BackendToDebugger

message BkSourceResponse

DbgProtocol.proto:226

Response to a source code fetch request

Used in: BackendToDebugger

message DbgConnectRequest

DbgProtocol.proto:87

Used in: DebuggerToBackend

enum DbgContext

DbgProtocol.proto:18

Used in: BkBreakpointTriggered, BkContextUpdated, DbgContinue, DbgEvaluate, DbgGetVariables, DbgReset

message DbgContinue

DbgProtocol.proto:123

Used in: DebuggerToBackend

enum DbgContinue.Action

DbgProtocol.proto:124

Used in: DbgContinue

message DbgEvaluate

DbgProtocol.proto:137

Requests the debugger to evaluate an expression

Used in: DebuggerToBackend

message DbgFetchMods

DbgProtocol.proto:170

Requests the list of loaded mods and source files from the server

Used in: DebuggerToBackend

(message has no fields)

message DbgGetVariables

DbgProtocol.proto:144

Requests the debugger to return a list of child variables for the given expression

Used in: DebuggerToBackend

message DbgRequestSource

DbgProtocol.proto:221

Requests the the source code for a file loaded on the backend

Used in: DebuggerToBackend

message DbgReset

DbgProtocol.proto:153

Requests the debugger reload the Lua context

Used in: DebuggerToBackend

message DbgSetBreakpoints

DbgProtocol.proto:105

Used in: DebuggerToBackend

message DbgUpdateSettings

DbgProtocol.proto:95

Used in: DebuggerToBackend

message DebuggerToBackend

DbgProtocol.proto:231

message MsgBreakpoint

DbgProtocol.proto:100

Used in: DbgSetBreakpoints

message MsgChildValue

DbgProtocol.proto:66

Used in: BkGetVariablesResponse

enum MsgChildValue.Type

DbgProtocol.proto:67

Used in: MsgChildValue

message MsgModuleInfo

DbgProtocol.proto:184

Used in: BkModInfoResponse

message MsgSourceFileInfo

DbgProtocol.proto:191

Used in: BkModInfoResponse

message MsgStackFrame

DbgProtocol.proto:78

Used in: BkBreakpointTriggered

message MsgTableKey

DbgProtocol.proto:37

Used in: DbgGetVariables, MsgVariablesRef

enum MsgTableKey.Type

DbgProtocol.proto:38

Used in: MsgTableKey

message MsgValue

DbgProtocol.proto:55

Used in: BkEvaluateResponse, MsgChildValue

enum MsgValueType

DbgProtocol.proto:23

Used in: MsgValue

message MsgVariablesRef

DbgProtocol.proto:48

Used in: MsgValue

enum StatusCode

DbgProtocol.proto:7

Used in: BkResult