logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nemiver - graphical debugger for GNOME

Author

       nemiver was written by Dodji Seketeli <dodji@gnome.org> and Jonathon Jongsma <jjongsma@gnome.org>.

       This manual page was written by Luca Bruno <lucab@debian.org>, for the Debian project (but may be used by
       others).

                                                 06 January 2008                                      nemiver(1)

Bugs

       If you find a bug, please report it at http://bugzilla.gnome.org/enter_bug.cgi?product=nemiver.

Description

       This manual page documents briefly the nemiver command.

       nemiver  is  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.

Name

       nemiver - graphical debugger for GNOME

Options

       These programs follow the usual GNU command line syntax, with  long  options  starting  with  two  dashes
       (`-').  A summary of options is included below.

       -?,--help
              Show help options.

       -v,--version
              Show version of program.

       --env="var0=val0var1=val1var2=val2..."
              Display the value of an expression.

       --attach=<pid|process_name>
              Attach to a process.

       --listsessions
              List the saved debugging sessions.

       --purgesessions
              Erase the saved debugging sessions.

       --executesession=N
              Debug the program that was of session number N--log-domains=DOMAINS
              Enable logging domains DOMAINS--logdebuggeroutput
              Log the debugger output.

Synopsis

nemiver [options] [<prog-to-debug>[prog-args]]

See Also