How to make Debug Cell feature work with autoreload? #17125
Unanswered
maxvbb
asked this question in
Questions and Answers
Replies: 2 comments
-
|
Also ran into this. It makes debugging via notebooks really tricky! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Is this a new issue or something that has always existed? |
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.
-
Hi, currently I'm using notebooks successfully with autoreload. However, when I use the Debug Cell feature, and I set breakpoints in import .py files, this will work once but if those files are updated my breakpoints will not hit until i restart the kernel and run the whole notebook again. Is it possible for the debugger to reload correctly in this manner so that I can makes changes and still debug one cell with new breakpoints?
Beta Was this translation helpful? Give feedback.
All reactions