Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debug - Trace window is empty
Message
From
22/07/2006 14:19:26
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
22/07/2006 14:15:47
Hans-Otto Lochmann
Dr. Lochmann Consulting Gmbh
Frankfurt, Germany
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
01138798
Message ID:
01138819
Views:
12
>
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform