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

Method ConnectToDebugServer

core/debugadapter.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118
119bool DebugAdapter::ConnectToDebugServer(const std::string& server, std::uint32_t port)
120{
121 return false;
122}
123
124
125bool DebugAdapter::DisconnectDebugServer()

Callers 2

SetupMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected