Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


Decipher Debugtrace output.

Keywords:     Decipher Debugtrace output trace

Question:

Is there any information available on how to interpret the information stored in a trace file, created by the function DebugTrace.

For example, what does the Value=> actually mean in terms of what Winbatch did

Can the time stamp be translated into something meaningfull.

Answer:

Time stamp is in milliseconds (just divide by 1000)

Value=> number is usually the value the line evaluated to, but can show other info for control statements.

On a normal assignment ( = ) statement it should show the value that the value on the left got assigned to.


Article ID:   W14360
Filename:   Decipher Debugtrace output.txt