Nemiver is an on-going effort to write a standalone graphical debugger that integrates well in the GNOME desktop environment. It currently features a backend which uses the well known GNU Debugger gdb to debug C / C++ programs.
The current released version of nemiver is 0.5.4. You can get it and compile it. To do so, please make sure you have all the dependencies installed.
If you want bleeding edge source code, you can fetch and compile the code from our subversion
repository. To do so, you can type:
svn co http://svn.gnome.org/svn/nemiver/trunk nemiver.
Nemiver depends on the following libraries:
You have to install the development packages of these libraries
or compile them first.
Once you have done that, cd into nemiver source directory and type
./autogen.sh && make.
Once the project has compiled, do not forget to type
make install, with the sufficient privileges.
Then, to debug your favorite program, you just have to type
nemiver <the-name-of-your-program> .
There you go !