Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Debugging at runtime
Message
 
 
À
22/10/1998 14:02:35
Tim Hockin
Illinois State U - Residential Computing
Normal, Illinois, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00149535
Message ID:
00149548
Vues:
19
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform