Debug mode
Closed this issue · 1 comments
thomasii commented
Can you make instructions to run in debug mode?
mborgerson commented
What do you want to debug? If you want GDB to print out the RSP packets while it interacts with the stub you can use set debug remote 1
. If you want to debug the stub code, you can run with qemu and use qemu's built-in gdb server.