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