-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix justMyCode=false for Interactive Window debugging with ipykernel debugging #11777
Comments
Hi @roblourens, Could you please tell if the issue with non-working breakpoint in the third-party libraries while debugging from jupyter notebook cell is going to be fixed after this issue is closed and merged? |
That should work with the pre-release version of the extension when justMyCode is disabled |
It works! This is awesome, thank you |
Using the pre-release version of the Jupyter extension also works for me too. Thanks! |
#8146 (comment)
Need to avoid using
breakpoint()
. Use a DAP breakpoint or the suggestedstop_on_entry
The text was updated successfully, but these errors were encountered: