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
Here is the original bug report that I filed to vscode - Python and i was asked to direct the bug report here.
Environment data
VS Code version: 1.62.3 (Universal)
Jupyter Extension version (available under the Extensions sidebar): v2021.10.1101450599
Python Extension version (available under the Extensions sidebar): v2021.11.1422169775
OS (Windows | Mac | Linux distro) and version: Mac BigSur
Python and/or Anaconda version: python 3.8.8
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): base
Jupyter server running: Local
Expected behaviour
This is a follow up question from (vscode-python - #18085). #18085 was on debugging in python file. This ask is about debugging in Jupyter Notebook. I originally filed under (vscode - #138678) but was suggested to move here.
Basically, with uncheck the option " Jupyter: Debug Just My Code", I should able to debug into the code base that is not written by me, ex: debug into Pytorch or Xgboost library. However, this is not working 1.62.3 also not on 1.63.0 - insider.
Similar thing has also been observed by other users. Please refers to this reply (vscode - jupyter - #8413)
Please help shine some lights on this.
The text was updated successfully, but these errors were encountered:
@flyforward2016 Yes currently debugging into libraries is not supported in notebook debugging. This issue here is the one to track for a resolution on this: #8146
Here is the original bug report that I filed to vscode - Python and i was asked to direct the bug report here.
Environment data
Expected behaviour
This is a follow up question from (vscode-python - #18085). #18085 was on debugging in python file. This ask is about debugging in Jupyter Notebook. I originally filed under (vscode - #138678) but was suggested to move here.
Basically, with uncheck the option " Jupyter: Debug Just My Code", I should able to debug into the code base that is not written by me, ex: debug into Pytorch or Xgboost library. However, this is not working 1.62.3 also not on 1.63.0 - insider.
Similar thing has also been observed by other users. Please refers to this reply (vscode - jupyter - #8413)
Please help shine some lights on this.
The text was updated successfully, but these errors were encountered: