Breakpoints not hit for functions called from the debug console #21173
Unanswered
martinakos
asked this question in
Q&A
Replies: 1 comment
-
I just found this related issue in debugpy microsoft/debugpy#510 |
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
-
If I set a breakpoint in a function and I call that function from the debug console the breakpoint is not hit.
Note that when I call this function from the debug console I'm already stopped in another breakpoint.
Do I have to do something to enable this behaviour? Is this possible at all? is it a bug or a feature request? I use this type of debugging in WingIDE sometimes, they call it "debugging code recursively" https://wingware.com/doc/debug/debug-console-debugging. I use to use this type of debugging in Matlab too.
Beta Was this translation helpful? Give feedback.
All reactions