Changes between Initial Version and Version 1 of DebuggingDjangoWithWinpdb


Ignore:
Timestamp:
Sep 5, 2007, 5:06:47 PM (17 years ago)
Author:
emperorcezar@…
Comment:

Started page

Legend:

Unmodified
Added
Removed
Modified
  • DebuggingDjangoWithWinpdb

    v1 v1  
     1Using Winpdb to debug Django apps is pretty stright forward. You can go to [http://www.digitalpeers.com/pythondebugger/?page_id=5 Winpdb Docs] to learn the basics of Winpdb.
     2
     3After learning Winpdb, make sure that you launch your django server with --noreload or your breakpoints won't work.
Back to Top