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