Changes between Version 51 and Version 52 of Debugging
- Timestamp:
- 02/06/20 07:54:27 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Debugging
v51 v52 21 21 {{{#!div class="box" 22 22 == First Steps == 23 Always try to narrow it down as much as possible, by turning off as many features as possible (clipboard, etc) and trying various encodings. Try another operating system, try a different version, etc 23 Always try to narrow it down as much as possible, by turning off as many features as possible (clipboard, etc) and trying various encodings. 24 Try another operating system, try a different version, etc 24 25 25 26 {{{xpra info}}} is always good to have. 27 28 As of version 4, the main xpra dialog can be used to run {{{xpra toolbox}}} (#2538) both natively on the client or through xpra on the server. The test tools from the toolbox should run pretty much the same in both cases, comparing the results can be very useful. 26 29 27 30 [/wiki/Logging Debug Logging] is the most commonly used debugging technique, enable logging for the subsystem categories relevant to your problem.