Debug fails in python jupyter notebook where cells have execution_count: null
#1669
Labels
needs repro
Issue has not been reproduced yet
execution_count: null
#1669
I have notebooks which have cells having the json attribute "execution_count" set to null.
This is common with tools, such as nbdev-clean which attempt to reduce diff-noise when saving notebooks in source control.
Unfortunately, it seems to make it impossible to debug in such notebooks from within VS Code's Python extension.
Here is a trace:
Here are software info:
VS Code
Version: 1.92.2
Commit: fee1edb8d6d72a0ddff41e5f71a671c23ed924b9
Date: 2024-08-14T17:29:30.058Z (4 wks ago)
Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.92.2 Chrome/124.0.6367.243 Electron/30.1.2 Safari/537.36
Python Extension
Published 2016-01-19, 16:03:11
Last released 2024-09-05, 23:24:18
Last updated 2024-09-06, 07:23:15
Identifier ms-python.python
Python Debugger
Published 2023-06-14, 20:20:56
Last released 2024-08-29, 12:33:08
Last updated 2024-08-14, 22:13:57
Identifier ms-python.debugpy
python 3.10.13
ipython 8.15.0
debugpy 1.6.7
I'm running on linux mint 21.2
The text was updated successfully, but these errors were encountered: