Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Breakpoints not being honored???
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01500604
Message ID:
01500610
Views:
56
>We have a couple of large VFP9 SP1 projects (forms, classes, etc.) where in form code we put a breakpoint and we open the debugger and then we run and the breakpoint doesn't stop the code.
>
>Does anyone have a fix for this?
>
>We hate putting SUSPENDs in the code.


I use this when I want to conditionally break
ASSERT .F. MESSAGE 'temp breakpoint'

and SET STEP ON when I know I want a break

I don't like breakpoints because leaving the debugger up sometimes yields non-normal runtime behavior.
Brandon Harker
Sebae Data Solutions
Previous
Reply
Map
View

Click here to load this message in the networking platform