How to debug Django app?

Answered

Is there any way to catch exceptions shows in `django` debug console?

In `Any Exceptions`, `on termination` never trigger since exception is caught by `Django` itself.

`on raise` would caught mass useless exceptions.

 

Here is my breakpoints settings:

0
1 comment

Hi! Did you try to enable both options "On termination" and "Ignore library files" simultaneously? 

0

Please sign in to leave a comment.