Toggling HMG Debug On/Off

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
Red2
Posts: 271
Joined: Sat May 18, 2019 2:11 pm
DBs Used: Visual FoxPro, FoxPro
Location: United States of America

Toggling HMG Debug On/Off

Post by Red2 »

Hi All,

HMG's Debug has been very useful to me. To toggle Debug for my project I must first:
1) select "Project" from the main menu and then
2) select "Reset Project Incremental Data"

Then later I must do the same to remove Debug from the build.

My Question:
Rather than completely rebuild my project is there a specific file where "Debug" is flagged ON/OFF that I could simply edit or delete to "toggle" HMG's Debug?

Thank you for your kind suggestions.
Red2
====================================================
Hola todos,

La Debug de HMG me ha resultado muy útil. Para alternar la depuración para mi proyecto, primero debo:
1) seleccione "Project" en el menú principal y luego
2) seleccione "Reset Project Incremental Data"

Luego, más tarde, debo hacer lo mismo para eliminar Debug de la compilación.

Mi pregunta:
En lugar de reconstruir completamente mi proyecto, ¿hay un archivo específico donde "Debug" está marcado como ACTIVADO / DESACTIVADO que podría simplemente editar o eliminar para "alternar" la Debug de HMG?

Gracias por sus amables sugerencias.
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: Toggling HMG Debug On/Off

Post by mol »

I'm using debugger too. With huge project, recompiling everything takes a lot if time.
I'm recompiling with debugger only that module, which I want to test.
After testing, I'm recompiling it without debugger
Red2
Posts: 271
Joined: Sat May 18, 2019 2:11 pm
DBs Used: Visual FoxPro, FoxPro
Location: United States of America

Re: Toggling HMG Debug On/Off

Post by Red2 »

Hi Mol,

Thank you. That is what I have been doing and what I will continue to do. I was simply hoping for a shortcut.

Thanks again!
Post Reply