Changes between Version 134 and Version 135 of DeveloperGuidelines/Tips
- Timestamp:
- 08/14/14 04:50:02 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tips
v134 v135 4 4 5 5 == Python debugging == 6 * Use the [DeveloperGuidelines/Eclipse Eclipse IDE] to be able to set breakpoints and inspect expressions. 6 7 * WSGI likes print statements to go to {{{sys.stderr}}} not {{{sys.stdout}}}: http://code.google.com/p/modwsgi/wiki/DebuggingTechniques 7 8 * use Web2Py shell: http://www.vimeo.com/879939