Difference between revisions of "GDB"

From HCL
Jump to: navigation, search
(Created page with "Debugging with GDB compile programme with -g -o0 (or ./configure --enable-debug) For serial programme gdb ./programme_name")
(No difference)

Revision as of 17:54, 30 January 2012

Debugging with GDB

compile programme with -g -o0 (or ./configure --enable-debug)

For serial programme

gdb ./programme_name