A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 IP Address : 62.96.26.163 Hostname : 62.96.26.163 Old Revision : https://wiki.x2go.org/doku.php/wiki:development:debugging?rev=1521114006 New Revision : https://wiki.x2go.org/doku.php/wiki:development:debugging Date of New Revision: 2024/07/01 17:32 Edit Summary : [Logging in X2Go Session Broker's Python Module] User : uli42 There may be newer changes after this revision. If this happens, a message will be shown on the top of the rev page. @@ -103,6 +103,15 @@ from x2gobroker.loggers import logger_broker # [...] then further below, wherever needed: logger_broker.debug('<your message>') </code> + + + ==== Debugging den Windows x2go client ==== + + This is a bit tricky. You need to run the debug version of x2goclient in an cmd window. The debug version is part of the xgoclient installation package for Windows and is called ''x2goclient.debug.exe''. If it is not available on you machine re-run the installer. + + Run ''x2goclient --debug --libssh-debug --libssh-packetlog 2>logfile'' (+ further options you might require) and run your session as usual. The session log will be created in the current directory and can be opened e.g. with notepad. + + Run ''x2goclient --help`` for available options. -- This mail was generated by DokuWiki at https://wiki.x2go.org/