Welcome to gudb, a prettier gdb interface.
(Inspired by pudb, the awesome python debugger.)
- node.js
- npm
- gdb (> v7.3)
- python2 (>= v2.7, pip install future) or python3 (>= 3.0)
git clone https://github.com/typon/gudb
cd gudb/build
npm install
node main.js <path to program executable>