"Debug Cell" from a python file halts inside Lib\site-packages\IPython\core\interactiveshell.py just below # Reset our crash handler in place line 3553 #16429
Labels
bug
Issue identified by VS Code Team member as probable bug
Environment data
Steps to reproduce:
Make a new test.py file with these contents:
#%%
1+1
Click in gutter to set a bp on the 1+1 line
Use the "Debug Cell" Codelens above the #%%
Expected behavior
Halt at the Breakpoint on line 2.
Actual behavior
Halts on line 3553 of interactiveshell.py
finally:
# Reset our crash handler in place
sys.excepthook = old_excepthook <--- This line
The text was updated successfully, but these errors were encountered: