Changes between Version 35 and Version 36 of Debugging
- Timestamp:
- 02/14/14 06:08:09 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Debugging
v35 v36 16 16 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 17 17 18 {{{xpra info}}} is always good to have. 19 20 18 21 == Debug Builds == 19 If a debug build is available, please try to use it. It may provide more useful diagnostic messages.22 For application crashes, please try to use a debug build if one is available. It may provide more useful diagnostic messages. 20 23 You can generate debug builds by calling {{{setup.py}}} with the {{{--with-debug}}} flag (or by setting {{{DEBUG=1}}} in the MS Windows [/browser/xpra/trunk/src/win32/MAKE-INSTALLER.BAT BAT file]) 21 24 }}}