Add logging line for later

This commit is contained in:
momo5502
2025-01-18 15:59:52 +01:00
parent a0932e6803
commit 4c5257098c

View File

@@ -361,6 +361,8 @@ namespace gdb_stub
void handle_command(const connection_handler& connection, async_handler& async, debugging_handler& handler,
const uint8_t command, const std::string_view data)
{
// printf("GDB command: %c -> %.*s\n", command, static_cast<int>(data.size()), data.data());
switch (command)
{
case 'c':