Using 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. After learning Winpdb, make sure that you launch your django server with --noreload or your breakpoints won't work.