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/
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=1719855151 New Revision : https://wiki.x2go.org/doku.php/wiki:development:debugging Date of New Revision: 2024/07/01 17:32 Edit Summary : [Debugging den Windows x2go client] 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. @@ -105,13 +105,13 @@ logger_broker.debug('<your message>') </code> - ==== Debugging den Windows x2go client ==== + ==== Debugging x2goclient on Windows ==== 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/
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=1719855168 New Revision : https://wiki.x2go.org/doku.php/wiki:development:debugging Date of New Revision: 2024/07/01 17:33 Edit Summary : [Debugging x2goclient on Windows] 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. @@ -107,11 +107,11 @@ ==== Debugging x2goclient on Windows ==== - 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. + 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 ''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 ''<path_to_your_installation>\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/
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=1719855206 New Revision : https://wiki.x2go.org/doku.php/wiki:development:debugging Date of New Revision: 2024/07/01 17:36 Edit Summary : [Debugging x2goclient on Windows] 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. @@ -109,9 +109,9 @@ ==== 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 ''x2goclient.debug.exe''. If it is not available on you machine re-run the installer. - Run ''<path_to_your_installation>\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. + Run ''<path_to_your_installation>\x2goclient --debug --libssh-debug --libssh-packetlog 2>logfile.txt'' (+ further options you might require) and run your session as usual. The session log file ''logfile.txt'' will be created in the current directory and can be opened e.g. with notepad. + Run ''x2goclient --help'' for available options. + <note important>important The options are prefixed with two ''-'', your browser might display them as one!</note> -- This mail was generated by DokuWiki at https://wiki.x2go.org/
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=1719855382 New Revision : https://wiki.x2go.org/doku.php/wiki:development:debugging Date of New Revision: 2024/07/01 17:36 Edit Summary : [Debugging x2goclient on Windows] 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. @@ -113,5 +113,5 @@ Run ''<path_to_your_installation>\x2goclient --debug --libssh-debug --libssh-packetlog 2>logfile.txt'' (+ further options you might require) and run your session as usual. The session log file ''logfile.txt'' will be created in the current directory and can be opened e.g. with notepad. Run ''x2goclient --help'' for available options. - <note important>important The options are prefixed with two ''-'', your browser might display them as one!</note> + <note important>important The options are always prefixed by two ''-'', your browser might display them as one!</note> -- This mail was generated by DokuWiki at https://wiki.x2go.org/