Changes between Version 10 and Version 11 of DeveloperGuidelines/Tips
- Timestamp:
- 01/01/09 19:44:20 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tips
v10 v11 5 5 Python debugging 6 6 * use Web2Py shell: http://www.vimeo.com/879939 7 * http://docs.python.org/library/doctest.html8 * http://docs.python.org/library/bdb.html7 * Doc & Test Tools: http://docs.python.org/library/development.html 8 * Debug Tools: http://docs.python.org/library/debug.html 9 9 * http://mg.pov.lt/profilehooks/ 10 10