-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
47 lines (37 loc) · 1.19 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Summary
---------------------------------------------------------------------------
Nicer debugger is a GUI for GDB, with killer features such as:
- Multiple process support
- Emacs and Vim as the text editor
- Passive process support (launch now, debug later)
- Can still use GDB commands
- Pretty Gtk user interface (no more ddd uglies!)
In a nutshell: ndbg --help
---------------------------------------------------------------------------
Run a program, without and with arguments:
ndbg <executable>
ndbg --args <executable> <args>
Attach to a process:
ndbg <pid>
Run an executable in an existing ndbg:
ndbg_in_existing <executable> -->
ndbg_in_existing --args <executable> <args>
Attach to a process in an existing ndbg:
ndbg_in_existing <pid>
Testing
---------------------------------------------------------------------------
Run all unit tests
ndbg --test --> run unit tests
Run specific test matching /foo/:
ndbg --test foo
Dependencies
---------------------------------------------------------------------------
- gdb 7.0 or greater
- Python2.6
- pygtk
- python-vte
- python-dbus
One of:
- python-gtksourceview2
- emacs23+
- gvim7.2 with +clientserver