I receive this error in VS Code after interrupting the debugger from a Jupiter notebook:
<class 'keyboardinterrupt'> raised from within the callback set in sys.settrace. debugging will be disabled for this thread (<_mainthread(mainthread, started 11352)>).
After receiving this message, I can’t use the debugger anymore and I need to restart VS Code to be able to use it again.
How could I solve it?
New contributor
Nicolò Barboni is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.