2010-01-06 01:29 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
* Minor update to prev.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user