Changes between Version 25 and Version 26 of Debugging
- Timestamp:
- 10/16/13 13:36:10 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Debugging
v25 v26 155 155 156 156 === In python code === 157 Needs documenting, [http://mg.pov.lt/objgraph/ objgraph] is a good place to start. 157 Needs documenting better.. 158 * [http://mg.pov.lt/objgraph/ objgraph] is a good place to start 159 * [http://stackoverflow.com/a/1641280/428751 simple leak code] 160 * [http://code.activestate.com/recipes/65333/ Debug with garbage collection recipe] 158 161 159 162