2010-01-06 01:29 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* INSTALL
    * Minor update to prev.
This commit is contained in:
Viktor Szakats
2010-01-06 00:30:32 +00:00
parent 90334476e5
commit dc7a864b3b
2 changed files with 7 additions and 3 deletions

View File

@@ -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

View File

@@ -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)