1nemiver(1) General Commands Manual nemiver(1)
2
3
4
6 nemiver - graphical debugger for GNOME
7
9 nemiver [options] [<prog-to-debug> [prog-args]]
10
12 This manual page documents briefly the nemiver command.
13
14 nemiver is a standalone graphical debugger that integrates well in the
15 GNOME desktop environment. It currently features a backend which uses
16 the well known GNU Debugger gdb to debug C/C++ programs.
17
19 These programs follow the usual GNU command line syntax, with long
20 options starting with two dashes (`-'). A summary of options is
21 included below.
22
23 -?, --help
24 Show help options.
25
26 -v, --version
27 Show version of program.
28
29 --env=" var0=val0 var1=val1 var2=val2 ... "
30 Display the value of an expression.
31
32 --attach=<pid|process_name>
33 Attach to a process.
34
35 --listsessions
36 List the saved debugging sessions.
37
38 --purgesessions
39 Erase the saved debugging sessions.
40
41 --executesession=N
42 Debug the program that was of session number N
43
44 --log-domains=DOMAINS
45 Enable logging domains DOMAINS
46
47 --logdebuggeroutput
48 Log the debugger output.
49
51 If you find a bug, please report it at
52 http://bugzilla.gnome.org/enter_bug.cgi?product=nemiver.
53
55 nemiver was written by Dodji Seketeli <dodji@gnome.org> and Jonathon
56 Jongsma <jjongsma@gnome.org>.
57
58 This manual page was written by Luca Bruno <lucab@debian.org>, for the
59 Debian project (but may be used by others).
60
61
62
63 06 January 2008 nemiver(1)