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

Method SetExecutablePath

core/debuggerstate.cpp:907–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

905
906
907void DebuggerState::SetExecutablePath(const std::string& path)
908{
909 m_executablePath = path;
910 m_controller->NotifyEvent(DebuggerSettingsChangedEvent);
911}
912
913
914void DebuggerState::SetInputFile(const std::string& path)

Callers 3

mainFunction · 0.45
applyMethod · 0.45

Calls 1

NotifyEventMethod · 0.80

Tested by

no test coverage detected