Changes between Version 100 and Version 101 of DeveloperGuidelines/Tips
- Timestamp:
- 06/28/10 21:22:52 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tips
v100 v101 9 9 * Debug Tools: http://docs.python.org/library/debug.html 10 10 * [http://aymanh.com/python-debugging-techniques Python Debugging Techniques] 11 * Insert these statements into your code 12 * Get a Python shell up to explore interactively: {{{import code; code.interact(locals=locals()}}} 13 * Get a full stack trace: {{{import pdb; pdb.set_trace()}}} 11 14 * winpdb: http://groups.google.com/group/web2py/msg/ee46125b7c93fdd4 12 15 * WingIDE: http://www.wingware.com/