![Neat D-SERVER Technical Handbook Download Page 112](http://html1.mh-extra.com/html/neat/d-server/d-server_technical-handbook_715166112.webp)
NE41 09010-02 v3.0
D-SERVER
Technical Handbook
neat
112
7.6 Bitvise xterm
This section is a walkthrough how to perform real time debugging with xterm. To be
able to perform real time debugging parameter
debug logging
in the D-SERVER
System parameters (
System settings
>
System parameters
) must be
enabled.
Start by browsing to the path
/var/log/dserver/debug
by typing:
cd /var/log/dserver/debug
.
Thereafter press
Enter
and type
ls
to list all files in the debug folder.
Picture 176.
Files in debug folder
To start ip-transmission debug type:
tail -f ip-transmission-2017-06.30.log
.
Replace the date in the command so it matches a today’s date.
Picture 177.
Log file content
When something new happens, it appears in the xterm window. To stop real time
debugging, press
Ctrl + Z
.