Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C0000005 Errors with Debug
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00357020
Message ID:
00360900
Views:
17
>She no workee. I have the debugger open and can see the breakpoint listed, but the EXE blew past it like a freight train.

Then try this. Where you want to stop execution, put the following command:

ASSERT 1=2

Before you run the EXE, type the following in the Command Window:

SET ASSERTS ON

When it hits the ASSERT 1=2 line, you will get a message box where you can start stepping through the code. By default, at runtime, SET ASSERTS is OFF so all ASSERT command lines are ignored.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform