Page 14 of 21
Re: HMG.3.4.2
Posted: Wed Oct 28, 2015 9:20 pm
by srvet_claudio
mol wrote:All tabs, eg. Source, Stack, Watch etc. should be moved to child windows if it's possible.
Marek this is more difficult because require rewrite all GUI part of debugger.
mol wrote:It would be great to have keyboard shortcuts to most used functionalities - as in standard harbour debugger - F5, F8, F10 etc.
It's ok, but what are the functionalities that are used in the practice most frequently?
Re: HMG.3.4.2
Posted: Fri Nov 06, 2015 2:00 am
by srvet_claudio
Hi all,
I updated HMG Debugger, this version is especially dedicated to Marek
Press Crtl+H for help of hotkey and F11 to switch between Toolbar and menu options.
Re: HMG.3.4.2
Posted: Fri Nov 06, 2015 4:40 am
by bpd2000
Thank you Dr. Claudio for update
Re: HMG.3.4.2
Posted: Fri Nov 06, 2015 12:44 pm
by Steed
Thanks
Re: HMG.3.4.2
Posted: Fri Nov 06, 2015 2:59 pm
by mol
srvet_claudio wrote:Hi all,
I updated HMG Debugger, this version is especially dedicated to Marek
Press Crtl+H for help of hotkey and F11 to switch between Toolbar and menu options.
Wow!
Many thanks!
Re: HMG.3.4.2
Posted: Thu Nov 12, 2015 2:05 pm
by mol
Hi!
I'm using such a code:
Code: Select all
CREATE EVENT PROCNAME SearchTable('Form1', 'Grid1') HWND Form1.Grid1.HANDLE MSG WM_CHAR STOREINDEX nSearchEvent
for incremental searching.
Everything worked OK in hmg 3.40
Now, I'm testing the same code recompiled with HMG 3.42 all patches and this event does not work!
What's going on?
Claudio, could you inspect source code?
Best regards, Marek
Re: HMG.3.4.2
Posted: Thu Nov 19, 2015 5:06 pm
by danielmaximiliano
Re: HMG.3.4.2
Posted: Thu Nov 19, 2015 8:00 pm
by danielmaximiliano
Claudio, hay actualizaciones nuevas para x64 ?
Re: HMG.3.4.2
Posted: Thu Nov 19, 2015 10:05 pm
by srvet_claudio
mol wrote:Hi!
I'm using such a code:
Code: Select all
CREATE EVENT PROCNAME SearchTable('Form1', 'Grid1') HWND Form1.Grid1.HANDLE MSG WM_CHAR STOREINDEX nSearchEvent
for incremental searching.
Everything worked OK in hmg 3.40
Now, I'm testing the same code recompiled with HMG 3.42 all patches and this event does not work!
What's going on?
Claudio, could you inspect source code?
Best regards, Marek
I will check the code.
Re: HMG.3.4.2
Posted: Thu Nov 19, 2015 10:08 pm
by srvet_claudio
danielmaximiliano wrote:
Claudio, hay actualizaciones nuevas para x64 ?
Not, it must be recompiled Harbour from the source files with MinGW64.