Page 20 of 20

Re: HMG 3.4.1

Posted: Fri Sep 11, 2015 9:45 pm
by srvet_claudio
Rathinagiri wrote:Claudio can you explain in detail where to put the debugger exe file?
Hi Friend,
the debugger is not an external program, the code of debugger is part of the source code of HMG (c:\hmg.3.4.1\source\debugger).

When applications are normally compiled:
call build.bat %1
the debugger is ignored and is never activated.

The debugger is automatically activated at the start of the application when included in the command line the parameter /d or -b:
call build.bat -b %1

Re: HMG 3.4.1

Posted: Fri Sep 11, 2015 10:51 pm
by danielmaximiliano
Gracias Claudio, como siempre desde que llego nos deja con la boca abierta..

Re: HMG 3.4.1

Posted: Sat Sep 12, 2015 3:06 am
by Rathinagiri
Yes, now I understood Claudio. :) I am so naive.

Is IDE to be updated to use the new debugger?

Re: HMG 3.4.1

Posted: Sat Sep 12, 2015 4:34 am
by srvet_claudio
Rathinagiri wrote:Is IDE to be updated to use the new debugger?
Yes, I will.

Re: HMG 3.4.1

Posted: Sat Sep 12, 2015 7:07 am
by Rathinagiri
Claudio,

Can we have an option that the debugger is always on top?

Re: HMG 3.4.1

Posted: Sat Sep 12, 2015 8:01 pm
by srvet_claudio
Rathinagiri wrote:Claudio,

Can we have an option that the debugger is always on top?
Done!