Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How detailed is the debugger?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00120304
Message ID:
00120306
Views:
19
There isn't another mode. What you need to use are breakpoints. Perhaps the easiest way to do this is to use the Set Step On Command. A good place to put this code is in the Release() or Destroy() of your form. When VFP encounters this code, you will begin stepping through code one line at a time. This should help you find the offending line of code.



>I am having a problem trying to find a bug when my form closes. I use the debugger to see what lines of code are set off when I close my form but it shows only one line of code and that is setting a property in an application class. After this line of code fires off, the form closes and something closes my dbc and all my views with it!
>Can I get more detailed with the debugger than just looking at the lines of code, like seeing maybe some events which trigger after the last line of code that I may not be seeing in "normal" mode?! If there is a different kind of "mode"!
Previous
Reply
Map
View

Click here to load this message in the networking platform