Changes between Version 37 and Version 38 of Debugging
- Timestamp:
- 04/05/14 11:12:40 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Debugging
v37 v38 153 153 154 154 === In python code === 155 As of version 0.13, it is possible to get the server to print every 10 seconds the objects which seem to be leaking by starting the server with the environment variable {{{XPRA_DETECT_LEAKS}}} set to {{{1}}}. 156 157 [[BR]] 158 155 159 Needs documenting better.. 156 160 * [http://mg.pov.lt/objgraph/ objgraph] is a good place to start