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

Method SetWorkingDirectory

core/debuggerstate.cpp:921–925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

919
920
921void DebuggerState::SetWorkingDirectory(const std::string& directory)
922{
923 m_workingDirectory = directory;
924 m_controller->NotifyEvent(DebuggerSettingsChangedEvent);
925}
926
927
928void DebuggerState::SetCommandLineArguments(const std::string& arguments)

Callers 2

applyMethod · 0.45

Calls 1

NotifyEventMethod · 0.80

Tested by

no test coverage detected