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: Restarting jupyter cell debug sessions #11769

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

Test: Restarting jupyter cell debug sessions #11769

roblourens opened this issue Oct 25, 2022 · 3 comments

Comments

@roblourens
Copy link
Member

roblourens commented Oct 25, 2022

Refs: #7670

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

- Click the "restart" button in the debug toolbar- the debug session should restart and debug the same cell - Try the same scenario in the interactive window- you should see a message that says "Restart is not supported in the interactive window"
@isidorn
Copy link

isidorn commented Oct 25, 2022

Blocked on #11776
Also how do I debug the interactive window?

@roblourens
Copy link
Member Author

Have a .py file with the special comment like

# %%
print(1)
print(2)
print(3)
print(4)

and click the "Debug Cell" codelens

image

@brettcannon
Copy link
Member

Everything but the notification about the interactive window not being supported worked.

#11798

@brettcannon brettcannon removed their assignment Oct 25, 2022
@karthiknadig karthiknadig removed their assignment Oct 25, 2022
@karrtikr karrtikr removed their assignment Oct 25, 2022
@rebornix rebornix assigned rebornix and unassigned isidorn Oct 25, 2022
@rebornix rebornix removed their assignment 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

6 participants