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

Test disabling justMyCode in notebook debugging #11768

Closed
3 tasks done
roblourens opened this issue Oct 25, 2022 · 0 comments
Closed
3 tasks done

Test disabling justMyCode in notebook debugging #11768

roblourens opened this issue Oct 25, 2022 · 0 comments

Comments

@roblourens
Copy link
Member

roblourens commented Oct 25, 2022

Refs: #8146

Complexity: 3

Create Issue


  • Set "jupyter.debugJustMyCode": false
  • Open a Jupyter notebook
  • Add a breakpoint to a cell, and debug with the "Debug Cell" command

image

- Verify that "step in" will step into library code. For example, you can step into `print(1)` or another library. Example:
import ipywidgets as widgets
a = widgets.IntSlider(description='a')
a
@roblourens roblourens added bug Issue identified by VS Code Team member as probable bug testplan-item and removed bug Issue identified by VS Code Team member as probable bug labels Oct 25, 2022
@roblourens roblourens added this to the October 2022 milestone Oct 25, 2022
@ghost ghost assigned mjbvz, luabud and jrieken Oct 25, 2022
@jrieken jrieken removed their assignment Oct 25, 2022
@luabud luabud removed their assignment Oct 25, 2022
@mjbvz mjbvz removed their assignment Oct 25, 2022
@mjbvz mjbvz closed this as completed Oct 25, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants