Skip to content
Discussion options

You must be logged in to vote

This is absolutely normal for libraries to raise exception in one module\function and handle it in another one.

You can probably use another approach - run debugging without this option, create the situation you want to debug so that the exception is raised and the traceback is printed.
Look at the traceback and locate the line of code there this exception first time appears.
Set the manual breakpoint on that line.
Run debugging again and create the situation you want to debug again - it will now stop right before raising that exception

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by YuriiMotov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1618 on October 24, 2025 14:06.