Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debugging at runtime
Message
 
 
To
22/10/1998 14:02:35
Tim Hockin
Illinois State U - Residential Computing
Normal, Illinois, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00149535
Message ID:
00149548
Views:
18
Tim,

You can't start any debug windows under the runtime engine, they will generate errors themselves when trying to do so.

The best you can do is have your lowest level classes use a common error handler to dump out the state of your system to a file. Look at:

list memory like * to file memdump.txt noconsole
list objects to file objdump.txt noconsole
list status to file stadump.txt noconsole

for a start

>I have some errors that seem to creep in ONLY when run under the VFP support libraries. E.g. - they don't show up at development time.
>
>Is there any facility that will at least help me figure out WHERE in the code (object, method, line number) that the errors are springing forth from?
>
>I'd love to run the debugger, but for lack of that, just a hint as to what method of what object can get me a handle on tracking it down.
df (was a 10 time MVP)

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

Click here to load this message in the networking platform