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 debugging Interactive Window on desktop using the Jupyter Protocol #10184

Closed
2 tasks done
DonJayamanne opened this issue May 30, 2022 · 1 comment
Closed
2 tasks done
Labels
testplan-item triage-needed Issue needs to be triaged

Comments

@DonJayamanne
Copy link
Contributor

DonJayamanne commented May 30, 2022

Refs: #10037

Complexity: 3

Create Issue


Requirements

  • Install prerelease jupyter extension into VS Code Insiders
  • Have a python environment
  • Be familiar with Python Interactive Window in Jupyter Extension

Test Steps

  1. Open VS Code insiders
  2. Add the following setting into your user settings file (you'll get red squigllies as this isn't an official setting):
"jupyter.forceIPyKernelDebugger": true,
  1. Reload VS Code.
  2. Open a Python file
  3. Add a cell as follows:
# %%
a = 1234
print(a)
  1. Click the Debug code lens above the # %%
  2. Debug the cell
  3. Verify the variable a appears in the Jupyter Variables viewer which can be opened using the command Jupyter: Focus on Variables View
@DonJayamanne DonJayamanne 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 May 30, 2022
@github-actions github-actions bot added the triage-needed Issue needs to be triaged label May 30, 2022
@ghost ghost assigned kimadeline and joaomoreno May 31, 2022
@joaomoreno joaomoreno removed their assignment May 31, 2022
@joaomoreno
Copy link
Member

Very cool!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
testplan-item triage-needed Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

3 participants