Exceptional breakpoints not working (Remote debugger)

已回答

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?

 

 

0
Avatar
Permanently deleted user

Same problem in IDEA with Python plugin. Quite frustrating.

0

Hi! Could you please enable On raise and Ignore library files options? Has it helped?

0
Avatar
Permanently deleted user

No difference from "Ignore Library Files"

0

请先登录再写评论。