Skip to main content

Home/ interesting_sites/ Group items tagged debugging

Rss Feed Group items tagged

pagetribe .

Debugging Django - 0 views

  • assert False
  • import pdb; pdb.set_trace()
  • The pdb prompt doubles up as a full Python interactive shell, so you can not only access variables but you can modify them, call functions and generally mess around with the internals of your application as much as you like, while it’s running
1 - 2 of 2
Showing 20 items per page