gdbface
gdbface copied to clipboard
GDB web frontend written in Javascript
GDBFace
GDBFace is a web frontend to the popular debugger GDB, written in Javascript.
Currently implemented features:
1. Source code explorer
2. Assembly view
3. Breakpoint management (Through source and assembly)
4. Local variables view and change
5. Watches
6. Callstack
7. Input/Output from the debugged application
8. GDB command console
9. Memory view
Screenshots
Source debugging with tooltips over variables:
Interact with the debugged program:
Assembly view:
Edit memory:
Installing
-
npm install gdbface -g
Usage
-
gdbface <path to program> [args]
-
gdbface -p <pid>
Note: Best works on programs compiled with -g flag
License
See LICENSE file