Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
bool DebugAdapter::ConnectToDebugServer(const std::string& server, std::uint32_t port)
120
{
121
return false;
122
}
123
124
125
bool DebugAdapter::DisconnectDebugServer()
Callers
2
BNDebuggerConnectToDebugServer
Function · 0.45
SetupMenu
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected