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
Source debugging with tooltips over variables:
Interact with the debugged program:
npm install gdbface -g
gdbface <path to program> [args]
gdbface -p <pid>
Note: Best works on programs compiled with -g flag
See LICENSE file