Changes between Version 134 and Version 135 of DeveloperGuidelines/Tips


Ignore:
Timestamp:
08/14/14 04:50:02 (11 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Tips

    v134 v135  
    44
    55== Python debugging ==
     6* Use the [DeveloperGuidelines/Eclipse Eclipse IDE] to be able to set breakpoints and inspect expressions.
    67* WSGI likes print statements to go to {{{sys.stderr}}} not {{{sys.stdout}}}: http://code.google.com/p/modwsgi/wiki/DebuggingTechniques
    78* use Web2Py shell: http://www.vimeo.com/879939