Exceptional breakpoints not working (Remote debugger)
Answered
I am currently trying to debug a Django application using docker. I activated exception breakpoints:

But the debugger does not break on exception:

Line breakpoints are working as expected.
Any ideas?
Please sign in to leave a comment.
Same problem in IDEA with Python plugin. Quite frustrating.
Hi! Could you please enable On raise and Ignore library files options? Has it helped?
No difference from "Ignore Library Files"