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

when stepping through a different cell than the one that started debugging, clicking run will deadlock the kernel

Open amunger opened this issue 2 years ago • 0 comments

  1. set a break point in a function in cell 1
  2. call that function from cell 2
  3. debug cell 2 and wait for it to hit the breakpoint
  4. 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.

amunger avatar Jan 11 '24 18:01 amunger