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

Method GetWorkingDirectory

api/debuggercontroller.cpp:524–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522
523
524std::string DebuggerController::GetWorkingDirectory()
525{
526 char* path = BNDebuggerGetWorkingDirectory(m_object);
527 if (!path)
528 return "";
529
530 std::string result = path;
531 BNDebuggerFreeString(path);
532 return result;
533}
534
535
536bool DebuggerController::GetRequestTerminalEmulator()

Callers 1

AdapterSettingsDialogMethod · 0.45

Calls 2

BNDebuggerFreeStringFunction · 0.85

Tested by

no test coverage detected