Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do bugs bug?
Message
From
19/05/2004 10:08:28
 
 
To
18/05/2004 20:11:43
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Miscellaneous
Thread ID:
00905031
Message ID:
00905269
Views:
52
Nancy,

I'm using 8.0 SP1. Supposedly these problems were fixed. I have no code in the subclass. The debugger was working fine and then it stopped. I uninstalled VFP and reinstalled. That helped for awhile, but the problem came back eventually. I've used clear debug and tried deleting my foxuser.dbf. Nothing. Is it time to call MS?
>
>Yes, sometimes breakpoints won't break, depending on some different conditions. Here's an example, using VFP 7.0, that happens frequently for me. If you set a break point in a parent class method, and if you have code in the child method, too, even if it's simply "DODEFAULT()", the breakpoint in the parent won't fire. So, for example, the breakpoint you set in the margin in a parent class might look like
>
rbcombolist::rbcombolist.Init, 2
>If you have code in the _object_, you'd need
>
cbovendors.init, 2
Previous
Reply
Map
View

Click here to load this message in the networking platform