DevOps

Nemiver – standalone C/C++ debugger

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
LLDBNext generation, high-performance debugger
GhidraSoftware reverse engineering framework
DelveSource level debugger for the Go programming language
GDBThe GNU Debugger
ValgrindA memory debugger and profiler
Radare2Portable reversing framework
BugStalkerRust debugger
XdebugExtension for PHP to aid debugging and development
SeerGUI frontend to GDB
iaitoGraphical interface for radare2
React Native DebuggerStandalone app for debugging React Native apps
KDbgGraphical user interface to GDB
straceDiagnostic, debugging and instructional userspace utility
rrRecord-and-replay debugger
drgnProgrammable debugger that puts scripting at the centre
cgdbLightweight console frontend to the GNU debugger
PuDBConsole-based visual debugger for Python
nndPartially inspired by RemedyBG
bashdbSource-code debugger for bash; follows the GDB command syntax
SysprofProfile an application or entire system
crashLinux kernel crash analysis utility
NemiverStandalone graphical debugger for GNOME

Read our verdict in the software roundup.


Best Free and Open Source Software 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.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments