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

Method SetWorkingDirectory

api/debuggercontroller.cpp:566–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564
565
566void DebuggerController::SetWorkingDirectory(const std::string& path)
567{
568 BNDebuggerSetWorkingDirectory(m_object, path.c_str());
569}
570
571
572void DebuggerController::SetCommandLineArguments(const std::string& arguments)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected