2008-10-16 00:42 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/debug/dbgtobj.prg
* harbour/source/debug/dbgbrwsr.prg
* harbour/source/debug/dbgtwin.prg
* harbour/source/debug/dbgmenu.prg
* harbour/source/debug/dbgthsh.prg
* harbour/source/debug/tbrwtext.prg
* harbour/source/debug/debugger.prg
* harbour/source/debug/dbgtarr.prg
* harbour/source/debug/dbgtmenu.prg
* harbour/source/debug/dbgtmitm.prg
* use #define HB_CLS_NOTOBJECT to disable inheritance from HBObject
in internal debugger classes.
Here is complete list of other .prg functions still used by hbdebug
library:
GET, __GETLISTACTIVE, __GETLISTSETACTIVE, HBGETLIST, ACHOICE,
HB_CSTR, HBCLASS
This commit is contained in:
@@ -8,6 +8,25 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2008-10-16 00:42 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/debug/dbgtobj.prg
|
||||
* harbour/source/debug/dbgbrwsr.prg
|
||||
* harbour/source/debug/dbgtwin.prg
|
||||
* harbour/source/debug/dbgmenu.prg
|
||||
* harbour/source/debug/dbgthsh.prg
|
||||
* harbour/source/debug/tbrwtext.prg
|
||||
* harbour/source/debug/debugger.prg
|
||||
* harbour/source/debug/dbgtarr.prg
|
||||
* harbour/source/debug/dbgtmenu.prg
|
||||
* harbour/source/debug/dbgtmitm.prg
|
||||
* use #define HB_CLS_NOTOBJECT to disable inheritance from HBObject
|
||||
in internal debugger classes.
|
||||
Here is complete list of other .prg functions still used by hbdebug
|
||||
library:
|
||||
GET, __GETLISTACTIVE, __GETLISTSETACTIVE, HBGETLIST, ACHOICE,
|
||||
HB_CSTR, HBCLASS
|
||||
|
||||
|
||||
2008-10-15 21:33 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/debug/tbrwtext.prg
|
||||
! refresh rows after active line changing for proper color updating
|
||||
|
||||
@@ -54,7 +54,9 @@
|
||||
|
||||
#pragma DEBUGINFO=OFF
|
||||
|
||||
#define HB_CLS_NOTOBJECT /* do not inherit from HBObject calss */
|
||||
#include "hbclass.ch"
|
||||
|
||||
#include "common.ch"
|
||||
|
||||
/* HBDbBrowser
|
||||
|
||||
@@ -52,8 +52,6 @@
|
||||
|
||||
#pragma DEBUGINFO=OFF
|
||||
|
||||
#include "hbclass.ch"
|
||||
|
||||
#xcommand MENU [<oMenu>] => [ <oMenu> := ] HBDbMenu():New()
|
||||
#xcommand MENUITEM [ <oMenuItem> PROMPT ] <cPrompt> ;
|
||||
[ IDENT <nIdent> ] [ ACTION <uAction,...> ] ;
|
||||
|
||||
@@ -53,6 +53,7 @@
|
||||
#pragma DEBUGINFO=OFF
|
||||
#define HB_NO_READDBG
|
||||
|
||||
#define HB_CLS_NOTOBJECT /* do not inherit from HBObject calss */
|
||||
#include "hbclass.ch"
|
||||
|
||||
#include "common.ch"
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
#pragma DEBUGINFO=OFF
|
||||
#define HB_NO_READDBG
|
||||
|
||||
#define HB_CLS_NOTOBJECT /* do not inherit from HBObject calss */
|
||||
#include "hbclass.ch"
|
||||
|
||||
#include "common.ch"
|
||||
|
||||
@@ -56,7 +56,9 @@
|
||||
|
||||
#pragma DEBUGINFO=OFF
|
||||
|
||||
#define HB_CLS_NOTOBJECT /* do not inherit from HBObject calss */
|
||||
#include "hbclass.ch"
|
||||
|
||||
#include "hbmemvar.ch"
|
||||
|
||||
#include "box.ch"
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
|
||||
#pragma DEBUGINFO=OFF
|
||||
|
||||
#define HB_CLS_NOTOBJECT /* do not inherit from HBObject calss */
|
||||
#include "hbclass.ch"
|
||||
|
||||
#include "common.ch"
|
||||
|
||||
@@ -53,6 +53,7 @@
|
||||
#pragma DEBUGINFO=OFF
|
||||
#define HB_NO_READDBG
|
||||
|
||||
#define HB_CLS_NOTOBJECT /* do not inherit from HBObject calss */
|
||||
#include "hbclass.ch"
|
||||
|
||||
#include "common.ch"
|
||||
|
||||
@@ -67,7 +67,9 @@
|
||||
|
||||
#pragma DEBUGINFO=OFF
|
||||
|
||||
#define HB_CLS_NOTOBJECT /* do not inherit from HBObject calss */
|
||||
#include "hbclass.ch"
|
||||
|
||||
#include "hbmemvar.ch"
|
||||
|
||||
#include "box.ch"
|
||||
|
||||
@@ -65,7 +65,9 @@
|
||||
#pragma DEBUGINFO=OFF
|
||||
#define HB_NO_READDBG
|
||||
|
||||
#define HB_CLS_NOTOBJECT /* do not inherit from HBObject calss */
|
||||
#include "hbclass.ch"
|
||||
|
||||
#include "hbdebug.ch" // for "nMode" of __dbgEntry
|
||||
#include "hbgtinfo.ch"
|
||||
#include "hbmemvar.ch"
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
|
||||
#pragma DEBUGINFO=OFF
|
||||
|
||||
#define HB_CLS_NOTOBJECT /* do not inherit from HBObject calss */
|
||||
#include "hbclass.ch"
|
||||
|
||||
CREATE CLASS HBBrwText
|
||||
|
||||
Reference in New Issue
Block a user