Version 1 (modified by emperorcezar@…, 17 years ago) ( diff )

Started page

Using Winpdb to debug Django apps is pretty stright forward. You can go to Winpdb Docs to learn the basics of Winpdb.

After learning Winpdb, make sure that you launch your django server with --noreload or your breakpoints won't work.

Note: See TracWiki for help on using the wiki.
Back to Top