PyCharm debugger doesn't step into a statement that throws

18 Views Asked by At

Basically the issue is that I can't step into a part of the code:

enter image description here

The method seems to be correctly resolved, but when I step into it, instead of ending up inside the method, the validate throws an error and I end up in the except branch:

enter image description here

0

There are 0 best solutions below