Debugging cgi-scripts: Difference between revisions

From genomewiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:


Executive summary:
Executive summary:
make sure you have compiled with -ggdb by adding  
make sure you have compiled with -ggdb by adding  
   export COPT=-ggdb
   export COPT=-ggdb

Revision as of 21:57, 21 March 2013

Executive summary:

make sure you have compiled with -ggdb by adding

 export COPT=-ggdb

to your .bashrc (if using bash). You might need to make clean; make cgi afterwards. Also make sure that the CGIs use the right hg.conf. Add

 export HGDB_CONF=~/cgi-bin-max/hg.conf

to your .bashrc (if using bash). Then:

 cd cgi-bin
 gdb hgc
 run