We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Refs: #6534
Complexity: 4
Create Issue
Debugging in Interactive Window was broken when using IPyKernel 6.
dev Containers
Changes were made to ensure both were fixed. First issue was a fix in Jupyter extension & second issue was fixed in the debugger package.
How to test:
python -m pip uninstall ipykernel ipython debugpy
python -m pip install ipython==7.15.0 ipykernel==5.5.5
sample.py
# %% message = "Hello World" print(message)
Debug Cell
message = "Hello World"
python -m pip install ipython
Container
Python 3.9
Uninstall currently installed packages & install the older versions
<fully qualified path to python 3.9> -m pip uninstall ipykernel ipython debugpy
<fully qualified path to python 3.9> -m pip install ipython
fully qualified path to python 3.9
/usr/local/bin/python
Start interactive window
The text was updated successfully, but these errors were encountered:
Debugging in dev container worked with additional steps (#6836)
Sorry, something went wrong.
Closing based on #6818 (comment)
No branches or pull requests
Refs: #6534
Complexity: 4
Create Issue
Debugging in Interactive Window was broken when using IPyKernel 6.
dev Containers
Changes were made to ensure both were fixed. First issue was a fix in Jupyter extension & second issue was fixed in the debugger package.
How to test:
Desktop Setup
python -m pip uninstall ipykernel ipython debugpy
python -m pip install ipython==7.15.0 ipykernel==5.5.5
sample.py
Debug Cell
message = "Hello World"
python -m pip uninstall ipykernel ipython debugpy
python -m pip install ipython
sample.py
Debug Cell
message = "Hello World"
Dev Container setup
Container
click yesPython 3.9
as your workspace interpreter in pythonUninstall currently installed packages & install the older versions
<fully qualified path to python 3.9> -m pip uninstall ipykernel ipython debugpy
<fully qualified path to python 3.9> -m pip install ipython
fully qualified path to python 3.9
should be/usr/local/bin/python
,Start interactive window
sample.py
Debug Cell
message = "Hello World"
The text was updated successfully, but these errors were encountered: