python debugger ignores breakpoints? #23522
Replies: 2 comments
-
It may be related to that? https://stackoverflow.com/a/76387867/3412316 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I opened #23602 . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have made a cell and marked some break points:
However, when I click 'debug cell', the debugger just executes the cell, ignoring the break points?
The behavior is erratic. This is a few lines earlier in the same file:
Here the breakpoint at l. 93 works, but all else is ignored.
My launch.json looks like this:
My python version is 3.11.9.
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions