vscode-jupyter
vscode-jupyter copied to clipboard
when stepping through a different cell than the one that started debugging, clicking run will deadlock the kernel
- set a break point in a function in cell 1
- call that function from cell 2
- debug cell 2 and wait for it to hit the breakpoint
- click run on cell 1 :bug: kernel seems to be stuck
we should disable the run button if already debugging. I thought this was already the case.