Difference between revisions of "Gdb (GNU Debugger)"

From Rizzo_Lab
Jump to: navigation, search
 
 
Line 1: Line 1:
SUDIPTO PUT STUFF HERE
+
 
  
 
Compile code in debugg mode.
 
Compile code in debugg mode.

Latest revision as of 09:15, 19 October 2018


Compile code in debugg mode.

type gdb followed by executable:

 gdb ~/dock6_09-02-09/src/dock/dock6.debug

then type run followed by input:

 run -i fast01-min20.in

then retrace:

  backtrace