Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Logging on Error Information
Message
From
22/08/2017 07:53:28
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01653522
Message ID:
01653572
Views:
77
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform