| 905 | |
| 906 | |
| 907 | void DebuggerState::SetExecutablePath(const std::string& path) |
| 908 | { |
| 909 | m_executablePath = path; |
| 910 | m_controller->NotifyEvent(DebuggerSettingsChangedEvent); |
| 911 | } |
| 912 | |
| 913 | |
| 914 | void DebuggerState::SetInputFile(const std::string& path) |
no test coverage detected