Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Debug - Trace window is empty
Message
De
23/07/2006 12:22:43
Hans-Otto Lochmann
Dr. Lochmann Consulting Gmbh
Frankfurt, Allemagne
 
 
À
23/07/2006 11:12:31
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
01138798
Message ID:
01138929
Vues:
13
Hi Dragan,

a very good proposal. I will try it. Also an interesting way to use the output from the messagebox.

Thanks a lot.

Greetings.

Hans

>>Hi Thomas,
>>
>>thank you for your proposal. Just a few minutes ago I found the solution and it so easy: This obviously is exactly the situation, for which the "Debug info" checkbox is provided for and why it bloats up the build .app and .exe so heavily (see Kilo-Fox, Chapter 14.3 for more detailed information, where I found this hit, which caused me thinking again). If the "Debug info" checkbox is checked, the Build method of the Project Manager includes the missing source. I have had it unchecked all the time, because of its bloating habit.
>
>I knew I'd miss something obvious :)
>
>Actually you could have a project hook class which would turn debug info on or off, depending on some setting, which you could put in place before building... something like
>
>
* build.prg
>n=messagebox("Include debug info", FlagsForYesNo)
>addproperty(_screen, "IncludeDebugInfo", n=6)
>build exe myexe from mypjx
>
>And the project hook class would include or remove the debug info depending on the value of _screen.IncludeDebugInfo.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform