Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 7.0 and debugger
Message
From
20/11/2001 17:16:44
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
20/11/2001 10:48:08
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00583948
Message ID:
00584231
Views:
24
>I have a class created with the class designer that I have subclassed. In the subclass I have overridden one of the methods that I am trying to debug. I have set a non conditional breakpoint in the debugger by double clicking in the gutter pane and the debugger says the breakpoint is set as indicated with the red dot, however when the code is executed in the method, the debugger never pops open. I know this code is being executed because I put a "messagebox" function in the method and it gets displayed.
>
>I have rebuilt the project and "recompiled all files" but this does not appear to help.
>
>I am using VFP 7.0 and Win98 SE.
>
>What is it I am doing wrong ? Any suggestions ?

Works most of the time, except sometimes :). IMO, Set Step On is something you'll forget. Set Assert on somewhere in the beginning of your app, and Assert .f. will pop up better than Set Step on, because it will ask you what you want to do. Good thing is that even if you forget to take it out, it won't come up in production: Assert doesn't work in an .exe, so it won't break with 'feature not available' like Step or Suspend would.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform