This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:development:debugging [2014/11/12 12:52] sunweaver |
wiki:development:debugging [2024/07/01 17:36] (current) uli42 [Debugging x2goclient on Windows] |
||
---|---|---|---|
Line 13: | Line 13: | ||
</ | </ | ||
- | Other logging locations apart for the system' | + | Other logging locations apart from the system' |
- | * X2Go Server: / | + | * X2Go Server: |
- | * X2Go Client: stderr (use --debug) | + | * X2Go Client: stderr (use '' |
- | * PyHoca-GUI: stderr (use --libdebug --debug) | + | * PyHoca-GUI: stderr (use '' |
- | * Xsession itself: $HOME/ | + | * Xsession itself: |
- | * NX (server-side): | + | * NX (server-side): |
- | * NX (client-side): | + | * NX (client-side): |
===== Enable Debug Output ===== | ===== Enable Debug Output ===== | ||
Line 69: | Line 69: | ||
==== Python X2Go / PyHoca Debugging ==== | ==== Python X2Go / PyHoca Debugging ==== | ||
- | The PyHoca clients both have a '' | + | The PyHoca clients both have a '' |
===== Customizing Debug Messages ===== | ===== Customizing Debug Messages ===== | ||
Line 107: | Line 107: | ||
+ | ==== Debugging x2goclient on Windows ==== | ||
+ | |||
+ | This is a bit tricky. You need to run the debug version of x2goclient in a cmd window. The debug version is part of the xgoclient installation package for Windows and is called '' | ||
+ | |||
+ | Run ''< | ||
+ | |||
+ | Run '' | ||
+ | |||
+ | <note important> |