MCPcopy Create free account
hub / github.com/Vector35/debugger / ConnectToDebugServer

Method ConnectToDebugServer

api/debuggercontroller.cpp:335–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333
334
335bool DebuggerController::ConnectToDebugServer()
336{
337 return BNDebuggerConnectToDebugServer(m_object);
338}
339
340
341bool DebuggerController::DisconnectDebugServer()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected