Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determine which line causes error in script
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00856676
Message ID:
00857296
Vues:
23
One approach I have used would be to KEEP the program external as its own "MyScriptTest.prg".

Then in your "MyProc.prg", just have it do a direct call to "DO MyScriptTest"
Yes, you are now getting an extra layer into the call-stack, but you should get full debug because it is a hard program with determinable line numbers to go against.

Once you get the script working, then copy the "MyScriptTest.prg" code back into your "MyProc.prg".
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform