Tweaked wording in GDB response to Insight activation request

This commit is contained in:
Nav
2023-08-30 20:48:47 +01:00
parent 1c12200c18
commit b9a0c09adf

View File

@@ -29,7 +29,7 @@ namespace DebugServer::Gdb::CommandPackets
EventManager::triggerEvent(std::make_shared<Events::InsightActivationRequested>());
debugSession.connection.writePacket(ResponsePacket(Services::StringService::toHex(
"Insight requested\n"
"The Insight GUI will be with you shortly.\n"
)));
} catch (const Exception& exception) {