How to debug Django app?
已回答
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:

请先登录再写评论。
Hi! Did you try to enable both options "On termination" and "Ignore library files" simultaneously?