Changes

From Genome Analysis Wiki
Jump to navigationJump to search
51 bytes added ,  14:17, 23 September 2014
Line 13: Line 13:  
Compile with the option: <code>-ggdb -O0</code>
 
Compile with the option: <code>-ggdb -O0</code>
   −
For the statgen library, you can compile with: <code>make OPTFLAG="-ggdb -O0"</code>
+
For programs using libStatGen, you can compile with: <code>make debug</code>, which will generate a debug executable in bin/debug/
    
=== How to Start DDD ===
 
=== How to Start DDD ===
   −
On a linux command line, type: <code>ddd pathToYourExecutable/yourExecutable &</code>
+
On a linux command line, type: <code>ddd pathToYourDebugExecutable/yourExecutable &</code>
    
Do not specify command line options at this point.  That will be done later when you type [[Debuggers#Run with options|"run"]]
 
Do not specify command line options at this point.  That will be done later when you type [[Debuggers#Run with options|"run"]]

Navigation menu