visualgdb
v0.1.6
Published
Web interface for gdb debugger
Downloads
22
Maintainers
Readme
== install ==
npm install visualgdb
npm install gdb.js
== run ==
node visualgdb.js [binary to debug]
ex:
node visualgdb.js /bin/ls
click on http://127.0.0.1:1337 link
== todo ==
asm scroll
change => asm $pc selector by a red background
align the asm instructions
asm buttons
- finish function
- scroll down
- scroll up
