Skip to content
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

Open
roblourens opened this issue Oct 25, 2022 · 4 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debt Code quality issues interactive-window-debugging
Milestone

Comments

@roblourens
Copy link
Member

roblourens commented Oct 25, 2022

#8146 (comment)

Need to avoid using breakpoint(). Use a DAP breakpoint or the suggested stop_on_entry

@roblourens roblourens added bug Issue identified by VS Code Team member as probable bug debt Code quality issues interactive-window-debugging labels Oct 25, 2022
@roblourens roblourens added this to the November 2022 milestone Oct 25, 2022
@roblourens roblourens self-assigned this Oct 25, 2022
@roblourens roblourens changed the title Fix justMyCode=false for Interactive Window debugging Fix justMyCode=false for Interactive Window debugging with ipykernel debugging Nov 3, 2022
@vickkot
Copy link

vickkot commented Nov 6, 2022

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?
Sorry for my poor english.
Thank you so much for all your work btw.

@roblourens
Copy link
Member Author

That should work with the pre-release version of the extension when justMyCode is disabled

@vickkot
Copy link

vickkot commented Nov 10, 2022

That should work with the pre-release version of the extension when justMyCode is disabled

It works! This is awesome, thank you

@dennischenfeng
Copy link

Using the pre-release version of the Jupyter extension also works for me too. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug debt Code quality issues interactive-window-debugging
Projects
None yet
Development

No branches or pull requests

3 participants