MCPcopy Create free account
hub / github.com/Norbyte/bg3se / DAPMessageHandler

Method DAPMessageHandler

LuaDebugger/DAPMessageHandler.cs:108–117  ·  view source on GitHub ↗
(DAPStream stream)

Source from the content-addressed store, hash-verified

106
107
108 public DAPMessageHandler(DAPStream stream)
109 {
110 Stream = stream;
111 Stream.MessageReceived += this.MessageReceived;
112 ServerState = new ThreadState();
113 ServerState.Context = DbgContext.Server;
114 ClientState = new ThreadState();
115 ClientState.Context = DbgContext.Client;
116 Evaluator = new ExpressionEvaluator(this);
117 }
118
119 public void EnableLogging(Stream logStream)
120 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected