From dc7a864b3bb8105a606a0ecd66fa16c7a4cdc8cd Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 6 Jan 2010 00:30:32 +0000 Subject: [PATCH] 2010-01-06 01:29 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL * Minor update to prev. --- harbour/ChangeLog | 4 ++++ harbour/INSTALL | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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)