ARudik / phc

Automatically exported from code.google.com/p/phc
0 stars 0 forks source link

Explain how to debug in the developer manual #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since the introduction of phc-is-a-small-wrapper-around-libphc, debugging
is harder. Document it:

libtool --mode=execute gdb --args src/phc ...
libtool gdb src/phc ...
libtool --mode=execute valgrind src/phc ...

Original issue reported on code.google.com by paul.biggar on 24 Sep 2008 at 3:07

GoogleCodeExporter commented 9 years ago
This is described in codingstyle.rst since revision 2730.

Original comment by paul.biggar on 22 Sep 2010 at 4:53