Tracing errors #
- Run
sxstrace.exe Trace -logfile:c:\app.log
- Execute the file that you are tracing
- After running the application, end
Trace
- Next parse the log file with
sxstrace.exe Parse -logfile:c:\app.log -outfile:c:\app.txt
sxstrace.exe Trace -logfile:c:\app.log
Trace
sxstrace.exe Parse -logfile:c:\app.log -outfile:c:\app.txt