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

No active notebook document to debug on restarting debugger #11789

Closed
mjbvz opened this issue Oct 25, 2022 · 0 comments · Fixed by #11828
Closed

No active notebook document to debug on restarting debugger #11789

mjbvz opened this issue Oct 25, 2022 · 0 comments · Fixed by #11828
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug notebook-debugging verified Verification succeeded
Milestone

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Oct 25, 2022

Testing #11768

  1. "jupyter.debugJustMyCode": false
  2. With a python cell: print(1)
  3. Debug the cell and step into print
  4. While inside iostream.py, press the restart button in the debug toolbar

Bug
I see a notification with No active notebook document to debug.

@roblourens roblourens added this to the October 2022 milestone Oct 27, 2022
@roblourens roblourens added bug Issue identified by VS Code Team member as probable bug notebook-debugging labels Oct 27, 2022
roblourens added a commit that referenced this issue Oct 27, 2022
Skip ipykernel check on restart to avoiding needing an editor.
Fix #11789
roblourens added a commit that referenced this issue Oct 27, 2022
Skip ipykernel check on restart to avoiding needing an editor.
Fix #11789
@joyceerhl joyceerhl added the verified Verification succeeded label Oct 27, 2022
@joyceerhl joyceerhl added unreleased and removed verified Verification succeeded labels Oct 27, 2022
@rzhao271 rzhao271 added verified Verification succeeded and removed unreleased labels Oct 28, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug notebook-debugging verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants