diff --git a/src/gdb-stub/gdb_stub.cpp b/src/gdb-stub/gdb_stub.cpp index e0c7f0ad..80f63a66 100644 --- a/src/gdb-stub/gdb_stub.cpp +++ b/src/gdb-stub/gdb_stub.cpp @@ -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(data.size()), data.data()); + switch (command) { case 'c':