Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fatal Exception with DEBUGGER
Message
 
 
To
17/07/2000 08:48:13
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00393177
Message ID:
00393300
Views:
15
>Thanks for the reply, but that hasn't sorted it.
>
>Does it matter that I am calling the debugger using:
>
>DEBUG
>SUSPEND
>
>in my programs?
>
>Kev

That could be your problem. That is not how we start the debugger in VFP. If we put anything in our code, it woule be the ASSERT or the DEBUGOUT commands. If you use the ASSERT, make sure you isse a SET ASSERTS ON from the command window before running your code. That way, if an ASSERT evaluates to FALSE, you will get a dialogue box asking if you want to debug.

You can set debugger breakpoints by right-clicking on a line of code and select the Set Breakpoint option. You can also set breakpoints directly in the debugger under the Tools menu.
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform