vscode-jupyter icon indicating copy to clipboard operation
vscode-jupyter copied to clipboard

"Debug cell" not working in Jupyter notebooks when typings module is installed

Open garrofederico opened this issue 1 year ago • 21 comments

Environment data

  • VS Code version: Visual Studio Code (1.76.0, undefined, desktop)
  • Jupyter Extension version (available under the Extensions sidebar): 2023.2.1200692131.
  • Python Extension version (available under the Extensions sidebar): 2023.4.1.
  • OS (Windows | Mac | Linux distro) and version: MacOS Monterey 12.5.1 (21G83)
  • Python and/or Anaconda version: 3.9.10
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): conda
  • Jupyter server running: Local

Expected behaviour

Debug cell and the debugger should be working properly on Jupyter notebooks

Actual behaviour

At first, the option is available, but when I click on it, the debugger fires up but does nothing and the debug cell button disappears.

before:

image

after clicking on debug cell:

Screenshot 2023-03-22 at 11 45 29

and I get this error too when relaunching: image

Steps to reproduce:

[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]

  1. Just open any local Jupyter notebook and try to debug any cell

Logs

jupyter_console_output.log jupyter_console_output_2.log

garrofederico avatar Mar 22 '23 11:03 garrofederico