Nemiver is a project to write a standalone graphical debugger that integrates in the GNOME desktop. It features a backend which uses the well known GNU Debugger GDB to debug C/C++ programs.
Nemiver is built with a plugin system that can offer several different perspectives. Currently the only perspective provided is a debugging perspective, but it could be expanded with perspectives added for Valgrind, or for profiling tools such as oprofile.
Nemiver uses an sqlite database to store basic information about a debugging session so developers can resume where they left off last time.
Nemiver is a bit more than just a simple GUI debugger. It is actually a platform which can be extended with plugins and dynamically loaded modules. The libnemivercommon library provides the basic functionality for loading dynamic modules and enabling the plugin architecture of Nemiver. You can create additional plugins for nemiver, and you can even create entirely new perspectives for the nemiver workbench.
Nemiver includes several automated unit tests which can be run with ‘make check’. Because nemiver uses dynamically-loaded modules, however, these tests must be run after installing Nemiver, otherwise they will not work.
Key Features
- GTK+ standalone graphical debugger.
- GNOME integration: options are in gconf.
- Breakpoints are saved when you close Nemiver: when you restart it on the same binary you don’t have to re-set the breakpoints.
- Support for debugging applications running on remote machines (using gdbserver).
- Basic stuff: breakpoint, conditional breakpoints, next, step into, you can inspect your variables etc.
- In git right now:
- Watchpoints.
- Ability to change the value of a variable.
- Ability to copy the content of a variable into the gtk clipboard.
- Advanced tooltips to show the content of variable.
Website: wiki.gnome.org/Apps/Nemiver
Support:
Developer: Dodji Seketeli, Jonathon Jongsma
License: GNU General Public License v2.0
Nemiver is written in C++. Learn C++ with our recommended free books and free tutorials.
Related Software
| Debuggers | |
|---|---|
| LLDB | Next generation, high-performance debugger |
| Ghidra | Software reverse engineering framework |
| Delve | Source level debugger for the Go programming language |
| GDB | The GNU Debugger |
| Valgrind | A memory debugger and profiler |
| Radare2 | Portable reversing framework |
| BugStalker | Rust debugger |
| Xdebug | Extension for PHP to aid debugging and development |
| Seer | GUI frontend to GDB |
| iaito | Graphical interface for radare2 |
| React Native Debugger | Standalone app for debugging React Native apps |
| KDbg | Graphical user interface to GDB |
| strace | Diagnostic, debugging and instructional userspace utility |
| rr | Record-and-replay debugger |
| drgn | Programmable debugger that puts scripting at the centre |
| cgdb | Lightweight console frontend to the GNU debugger |
| PuDB | Console-based visual debugger for Python |
| nnd | Partially inspired by RemedyBG |
| bashdb | Source-code debugger for bash; follows the GDB command syntax |
| Sysprof | Profile an application or entire system |
| crash | Linux kernel crash analysis utility |
| Nemiver | Standalone graphical debugger for GNOME |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

