|
From: Przemyslaw C. <dr...@po...> - 2013-07-02 20:02:10
|
On Tue, 02 Jul 2013, Przemyslaw Czerpak wrote: > 2013-07-02 21:49 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) > * hwgui/source/common/debug/dbgentry.c > * reformatted keeping the same rules as used to format dbgentry.c in > Harbour GIT repository. Hi Alexander, After above reformatting it's possible to easy compare dbgentry.c from HWGUI and Harbour. As I can see there is only one difference. In HWGUI dbgentry.c contains new function __DBGPROCESSRUN() If it's possible then I'd like to ask you move this function to different file and remove redundant code. In longer terms it will create problems and additional jobs for HWGUI and Harbour developers to keep synced the same code, i.e. I'd like to commit some modifications to Harbour repository to fix few potential problems when module names are not correctly recognized so breakpoints do not work as expected. Do you see any drawbacks in moving __DBGPROCESSRUN() to different file and removing dbgentry.c from HWGUI? best regards Przemek |