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

Method SetCommandLineArguments

core/debuggerstate.cpp:928–932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

926
927
928void DebuggerState::SetCommandLineArguments(const std::string& arguments)
929{
930 m_commandLineArgs = arguments;
931 m_controller->NotifyEvent(DebuggerSettingsChangedEvent);
932}
933
934
935void DebuggerState::SetRemoteHost(const std::string& host)

Callers 2

applyMethod · 0.45

Calls 1

NotifyEventMethod · 0.80

Tested by

no test coverage detected