| 933 | |
| 934 | |
| 935 | void DebuggerState::SetRemoteHost(const std::string& host) |
| 936 | { |
| 937 | m_remoteHost = host; |
| 938 | m_controller->NotifyEvent(DebuggerSettingsChangedEvent); |
| 939 | } |
| 940 | |
| 941 | |
| 942 | void DebuggerState::SetRemotePort(uint32_t port) |
no test coverage detected