Enabling a debug trace on GuiXT Server via the guixt.ini file.
Debug tracing is very helpful in troubleshooting problems without shutting down GuiXT Server. Tracing assists in debugging the execution of both GuiXT scripts and Input scripts on GuiXT. The trace will also contain screen information for SAP ERP as well. To activate a debug trace, please add the following lines to the Server's guixt.ini file:
Trace Yes
Tracefile C:\GuiXT\GuiXT_Trace.txt
In our example, the trace files will be craetd in the directory C:\GuiXT\GuiXT_Trace. Trace files wil be created as text fiels by default. Since the trace file will grow larger as users run processes and transactions, it is necessary to occasionally clean up the tracefile. Rename older tracefiles. When a new trace is written, a new file will automatically be created.