|
|
|
|
|
by jcul
2122 days ago
|
|
I'm not sure exactly what debugger is used, but gdb dashboard can be set up in a similar way.
It's just stepping through instructions and viewing the registers and some memory regions. https://github.com/cyrus-and/gdb-dashboard Though any debugger should be able to give the same information (including just plain gdb). |
|