-
Notifications
You must be signed in to change notification settings - Fork 338
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugnotebook-run-by-line
Description
Run by line over and over again on a cell.
Eventually VS code will hang.
I have this in the jupyter output:
Traceback (most recent call last):
File "c:\Users\aku91\miniconda3\envs\debugPyLatest\lib\site-packages\ipykernel\kernelbase.py", line 328, in process_control
await result
File "c:\Users\aku91\miniconda3\envs\debugPyLatest\lib\site-packages\ipykernel\kernelbase.py", line 947, in debug_request
reply_content = await reply_content
File "c:\Users\aku91\miniconda3\envs\debugPyLatest\lib\site-packages\ipykernel\ipkernel.py", line 466, in do_debug_request
return await self.debugger.process_request(msg)
File "c:\Users\aku91\miniconda3\envs\debugPyLatest\lib\site-packages\ipykernel\debugger.py", line 657, in process_request
self.stop()
File "c:\Users\aku91\miniconda3\envs\debugPyLatest\lib\site-packages\ipykernel\debugger.py", line 400, in stop
self.debugpy_client.disconnect_tcp_socket()
File "c:\Users\aku91\miniconda3\envs\debugPyLatest\lib\site-packages\ipykernel\debugger.py", line 246, in disconnect_tcp_socket
self.debugpy_stream.socket.disconnect(self._get_endpoint())
File "zmq\backend\cython\socket.pyx", line 662, in zmq.backend.cython.socket.Socket.disconnect
zmq.error.ZMQError: No such file or directory
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugnotebook-run-by-line