next up previous contents
Next: The command where Up: LESSON on freefem and Previous: Vizualisation of a function

Complement: the debugger gdb

Under Unix the gnu debugger is called gdb or dbx or other; ther is a advance version called ddd. The basic operation of these debugger is described here.

This gives the following sequence

g++ -g lirmicro.cpp
gbd a.out
l
b 49
run
s
s
s
p nv
...
quit





Pironneau Olivier
Jeudi 12 mars 1998 16:06:41