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