Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lesson needed on Debugger
Message
 
To
08/07/1997 16:36:12
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00038993
Message ID:
00038996
Views:
34
>Hi all,
>
>If I am running the debugger and I set a breakpoint on an event which is the result of the last line of code in a method, the Debugger stops, but shows me the first line of code which WILL BE executed in the NEXT method. Is it possible to find the last line of code which WAS executed in the LAST method, or even just to know the name of the last method executed?

i'd usually stop at beginning of method so i can see how it's working.

check the call stack. this won't tell you which methods were called at a parallel level (called all from same method), but it will tell you where you've been. make sense?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform