Changes between Version 100 and Version 101 of DeveloperGuidelines/Tips


Ignore:
Timestamp:
06/28/10 21:22:52 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Tips

    v100 v101  
    99 * Debug Tools: http://docs.python.org/library/debug.html
    1010 * [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()}}}
    1114 * winpdb: http://groups.google.com/group/web2py/msg/ee46125b7c93fdd4
    1215 * WingIDE: http://www.wingware.com/