Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Debug - Trace window is empty
Message
De
22/07/2006 14:19:26
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
 
 
À
22/07/2006 14:15:47
Hans-Otto Lochmann
Dr. Lochmann Consulting Gmbh
Frankfurt, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
01138798
Message ID:
01138819
Vues:
13
>
Thisform.AddObject('cntUpperSelector','Container')
>which is nicely shown in the Trace window. Some lines further down again Addobject(..) is used, this time placing an object, based on a user defined class contained in a class library, which is accessible. (Without the >Set Step On< this method does its job nicely, so the class lib must be accessible.) The command line is
>
Thisform.cntUpperSelector.AddObject('NextObject','UserDefinedClassLib')
>As soon as the debugger comes across this line, it displays
>
Source not available
>After some experiments and some cups of coffee I found the solution: By hitting F5 I could have the code to continue, but this is not what I wanted. So I made some experiments and finally found it:
>
>Just hitting > Enter + F7 < (Step out) does it!

You probably don't have the source for your UserDefinedClassLib accessible to the debugger (could be one of components that come without source code), but as soon as you step over such a piece, or step out of it (shift+f7 or click the step out icon), you get back into the parts for which you do have source.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform