From c8432fac4ce135c2710010775d5ce33aed7172cb Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Wed, 9 Sep 2009 18:33:06 +0000 Subject: [PATCH] Minor updates to HACKING, by Geert Janssens. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18304 57a11ea4-9604-0410-9ed3-97b8803252fd --- HACKING | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/HACKING b/HACKING index 862a0e6847..5f0af8f53c 100644 --- a/HACKING +++ b/HACKING @@ -7,7 +7,7 @@ Related Documents ----------------- In addition to this file, you should read the README file, which -explains the details of getting the CVS source, building GnuCash, +explains the details of getting the SVN source, building GnuCash, and creating patches for submission. The src/doc/design directory contains a preliminary design document @@ -85,6 +85,10 @@ Starting GnuCash in GDB ----------------------- To run gdb on an installed version of gnucash (installed in /opt/gnc/unstable:) + % /opt/gnc/unstable/bin/gnucash-gdb + +The old method (pre 2.2) also still works, but is slightly more complicated: + % /opt/gnc/unstable/bin/gnucash & [ pid number output here ] % gdb /opt/gnc/unstable/bin/gnucash-bin @@ -124,7 +128,7 @@ Don't know why, efence does not currently work with gnucash: I get a bunch of errors: warning: Cannot initialize thread debugging library: unknown thread_db error '22' -If you know how to fix this, please update tehse instructions. +If you know how to fix this, please update these instructions. Using Valgrind with GnuCash