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

Method LaunchOrConnect

api/debuggercontroller.cpp:360–363  ·  view source on GitHub ↗

Convenience function, either launch the target process or connect to a remote, depending on the selected adapter

Source from the content-addressed store, hash-verified

358
359// Convenience function, either launch the target process or connect to a remote, depending on the selected adapter
360void DebuggerController::LaunchOrConnect()
361{
362 BNDebuggerLaunchOrConnect(m_object);
363}
364
365
366bool DebuggerController::Attach()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected