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

Method SetInputFile

core/debuggerstate.cpp:914–918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912
913
914void DebuggerState::SetInputFile(const std::string& path)
915{
916 m_inputFile = path;
917 m_controller->NotifyEvent(DebuggerSettingsChangedEvent);
918}
919
920
921void DebuggerState::SetWorkingDirectory(const std::string& directory)

Callers 2

BNDebuggerSetInputFileFunction · 0.45
applyMethod · 0.45

Calls 1

NotifyEventMethod · 0.80

Tested by

no test coverage detected