|
From: Alexander S.K. <al...@be...> - 2013-07-03 06:01:04
|
>> Do you see any drawbacks in moving __DBGPROCESSRUN() to >> different file and removing dbgentry.c from HWGUI? >> > > No drawbacks at all. I get more satisfaction, when I remove some code, > staying with the same functionality, than when I add some :). > That function, __DBGPROCESSRUN(), was introduced, because > hb_processOpen() doesn't worked under Linux in the same way as under > Windows. I was tired to fight with it and wrote this one. > There is one problem, which I remembered now, the reason, why I included the dbgentry.c in HwGUI. In Harbour this file is a part of hbdebug.lib, so I need to link the hbdebug and there may be conflicts with some functions from debugger.prg, especially __dbgEntry(). What to do with this ? Regards, Alexander. |