Changes between Version 13 and Version 14 of Debugging
- Timestamp:
- 03/13/13 12:49:12 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Debugging
v13 v14 10 10 Always try to narrow it down as much as possible, by turning off as many features as possible (clipboard, etc) and trying various encodings. 11 11 12 == Debug Builds == 13 If a debug build is available, please use it. It may provide more useful diagnostic messages. 14 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]) 15 16 [[BR]] 12 17 13 18 == Via Logging == … … 63 68 With version 0.9 onwards, it is best to set {{{XPRA_USE_ALIASES=0}}} to ensure that the packets will use plain-text headers rather than numeric aliases. 64 69 70 [[BR]] 71 65 72 == GDB == 66 73 When dealing with crashes ("core dumped"), the best way to debug is to fire gdb.