Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP is not hitting my breakpoints
Message
From
14/04/2006 14:52:47
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
VFP is not hitting my breakpoints
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01113769
Message ID:
01113769
Views:
62
Greetings!

My installation of VFP 9 has decided not to hit breakpoints anymore!

In order to debug, I have to resort to SET STEP ON. I have SET STEP ON after a breakpoint, and the debugger is invoked at the SET STEP ON, not at the breakpoint. The code shown in the trace window does not have the red dot marking the breakpoint. If I double-click on a line of code in the trace window, I do not get a red dot.

The code I am trying to debug is in a method named chkMandatory, which is a member of an object of type frmBase, which is derived from a class named frm. If I look at the breakpoint window after double-clicking on line 11 of chkMandatory(), I see that I have a breakpoint at "frmbase::frmbase.chkmandatory, 9 (baseform.vcx)" and a breakpoint at "frmbase::frm.chkmandatory, 11 (baseform.vcx)". Class frm does not have a method named chkmandatory().

I found something on the Web that seemed to be describing a similar problem. One suggested solution was to delete foxuser.dbf. I tried that, and it seemed to fix the problem for about three hours. It's back now.

Has anybody ever seen this, and can anybody suggest a more permanent fix?

Thanks very much!

Rob Richardson
Next
Reply
Map
View

Click here to load this message in the networking platform