Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fatal Error C00000FD in debugger
Message
 
 
To
17/12/2000 14:58:47
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00454521
Message ID:
00454562
Views:
19
Brian,

I find it much handier to insert a line of code =debug() where I want to put a breakpoint during development. The breakpoint list is a quite fragile thing when you are editting code. My debug.prg is this:
* debug.prg  13-Jun-95

* invoke with: = debug( [this [,thisform]] )

lparameter roObject, roForm

if ( version(2) = 0 )
   return
endif

activate window trace
activate window debug

if ( type( "m.roForm" ) == 'O' )
   = inspect( roForm )
endif

if ( type( "m.roObject" ) == 'O' )
   = inspect( roObject )
endif

suspend
return
>Thanks Chris - CLEAR DEBUG Clears all breakpoints in the Debugger, right? So it would not be a solution, as I am in process of using the breakpoints.
>
>I am going to however, CLEAR to restore the default Debugger environment. I have a bunch of customized breakpoint settings saved naturally for the Project I am working on. I will try setting these again from scratch.
>
>I guess it's possible the Resource file is corrupted in some way, which saves the Debugger settings??
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform