Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Logging on Error Information
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01653522
Message ID:
01653572
Vues:
76
>Hi,
>
>In my error manager I have a code that logs (into an error log file) the Stack info. The code executes ASTACKINFO(aStackArray) and then stores the content of the array aStackArray into the log file.
>But I have NEVER found this information to be helpful in troubleshooting any problem.
>
>What "good" data do you recommend to log into the Log file (at run-time, at customer) in order to - later - be able to troubleshooting the problem?
>
>TIA

I found the following helpful at various times:

DISPLAY MEMORY TO FILE ("memory.txt") NOCONSOLE
lcMemory = FILETOSTR("Memory.txt")
ERASE memory.txt
Christian Isberner
Software Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform