You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debugpy version: 1.6.2 (run import debugpy; print(debugpy.__version__) if uncertain)
OS and version: Linux Ubuntu
Python version (& distribution if applicable, e.g. Anaconda): Python 3.9
Using VS Code or Visual Studio: VS Code
Actual behavior
At times the debugger fails with the following message
`Error in inserting pydevd breaks
Expected behavior
XXX
Steps to reproduce:
XXX
We run tests on CI for debugging Jupyter notebooks.
Please find attached notebook with all of the outputs and screenshots for each of the failing tests.
In the screenshots and the output you can see Pydevd throws errors. TestResultNotebook-raw-nonConda-3.9--ubuntu-latest (1).zip
The text was updated successfully, but these errors were encountered:
And the custom support for IPython stepping (#998) was just merged -- this should make it possible to use IPython with justMyCode: false -- note that it requires "PYDEVD_IPYTHON_COMPATIBLE_DEBUGGING" = "1" to be set in the environment prior to importing debugpy (I created microsoft/vscode-jupyter#11033 to track that in in the jupyter side in VSCode).
Environment data
import debugpy; print(debugpy.__version__)
if uncertain)Actual behavior
At times the debugger fails with the following message
`Error in inserting pydevd breaks
Expected behavior
XXX
Steps to reproduce:
We run tests on CI for debugging Jupyter notebooks.
Please find attached notebook with all of the outputs and screenshots for each of the failing tests.
In the screenshots and the output you can see Pydevd throws errors.
TestResultNotebook-raw-nonConda-3.9--ubuntu-latest (1).zip
The text was updated successfully, but these errors were encountered: