diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e4c0299e1e..d1f1c141c3 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-01-06 01:29 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * INSTALL + * Minor update to prev. + 2010-01-06 01:24 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added new section: 7. DEBUGGING OPTIONS diff --git a/harbour/INSTALL b/harbour/INSTALL index 2848ff592b..bc0e172482 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -669,7 +669,7 @@ HARBOUR 7. DEBUGGING OPTIONS ==================== - Tracing (all targets) + Tracing ------- Build Harbour with: HB_USER_CFLAGS=-DHB_TR_LEVEL_DEBUG @@ -677,7 +677,7 @@ HARBOUR HB_TR_LEVEL=debug HB_TR_WINOUT=yes (for additional OutputDebugString() output on Windows systems only) - Memory statistics (all targets) + Memory statistics ----------------- Build Harbour with: HB_USER_CFLAGS=-DHB_FM_STATISTICS @@ -690,7 +690,7 @@ HARBOUR Build app with: $ hbmk2 myapp -debug - Runn app using: + Run app with: $ valgrind --tool=memcheck --leak-check=yes -v ./myapp 2> myapp.log CodeGuard (on win/bcc target only)