package NSE.DebuggerFrontend

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

message BackendToDebugger

DbgProtocol.proto:241

message BkBreakpointTriggered

DbgProtocol.proto:110

Used in: BackendToDebugger

enum BkBreakpointTriggered.Reason

DbgProtocol.proto:111

Used in: BkBreakpointTriggered

message BkConnectResponse

DbgProtocol.proto:92

Used in: BackendToDebugger

message BkContextUpdated

DbgProtocol.proto:170

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

Used in: BackendToDebugger

enum BkContextUpdated.Status

DbgProtocol.proto:171

Used in: BkContextUpdated

message BkDebugOutput

DbgProtocol.proto:196

Used in: BackendToDebugger

enum BkDebugOutput.Severity

DbgProtocol.proto:197

Used in: BkDebugOutput

message BkDebuggerReady

DbgProtocol.proto:212

Used in: BackendToDebugger

(message has no fields)

message BkEvaluateResponse

DbgProtocol.proto:154

Response to an evaluation request

Used in: BackendToDebugger

message BkGetVariablesResponse

DbgProtocol.proto:160

Response to an evaluation request

Used in: BackendToDebugger

message BkModInfoResponse

DbgProtocol.proto:191

Used in: BackendToDebugger

message BkResult

DbgProtocol.proto:208

Used in: BackendToDebugger

message BkSourceResponse

DbgProtocol.proto:221

Response to a source code fetch request

Used in: BackendToDebugger

message DbgConnectRequest

DbgProtocol.proto:88

Used in: DebuggerToBackend

enum DbgContext

DbgProtocol.proto:18

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

message DbgContinue

DbgProtocol.proto:124

Used in: DebuggerToBackend

enum DbgContinue.Action

DbgProtocol.proto:125

Used in: DbgContinue

message DbgEvaluate

DbgProtocol.proto:138

Requests the debugger to evaluate an expression

Used in: DebuggerToBackend

message DbgFetchMods

DbgProtocol.proto:166

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

Used in: DebuggerToBackend

(message has no fields)

message DbgGetVariables

DbgProtocol.proto:145

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

Used in: DebuggerToBackend

message DbgRequestSource

DbgProtocol.proto:216

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

Used in: DebuggerToBackend

message DbgSetBreakpoints

DbgProtocol.proto:106

Used in: DebuggerToBackend

message DbgUpdateSettings

DbgProtocol.proto:96

Used in: DebuggerToBackend

message DebuggerToBackend

DbgProtocol.proto:226

message MsgBreakpoint

DbgProtocol.proto:101

Used in: DbgSetBreakpoints

message MsgChildValue

DbgProtocol.proto:67

Used in: BkGetVariablesResponse

enum MsgChildValue.Type

DbgProtocol.proto:68

Used in: MsgChildValue

message MsgModuleInfo

DbgProtocol.proto:180

Used in: BkModInfoResponse

message MsgSourceFileInfo

DbgProtocol.proto:187

Used in: BkModInfoResponse

message MsgStackFrame

DbgProtocol.proto:79

Used in: BkBreakpointTriggered

message MsgTableKey

DbgProtocol.proto:38

Used in: DbgGetVariables, MsgVariablesRef

enum MsgTableKey.Type

DbgProtocol.proto:39

Used in: MsgTableKey

message MsgValue

DbgProtocol.proto:56

Used in: BkEvaluateResponse, MsgChildValue

enum MsgValueType

DbgProtocol.proto:23

Used in: MsgValue

message MsgVariablesRef

DbgProtocol.proto:49

Used in: MsgValue

enum StatusCode

DbgProtocol.proto:7

Used in: BkResult