-
-
Notifications
You must be signed in to change notification settings - Fork 397
Closed
Milestone
Description
Hi,
I tried 6.0.0a2 and found that while I could add breakpoints, variables did not appear.
The server has the following error:
Traceback (most recent call last):
File "/path/to/myvenv/lib64/python3.7/site-packages/ipykernel/debugger.py", line 327, in stackTrace
module_idx = len(sf_list) - next(i for i, v in enumerate(reversed(sf_list), 1) if v['name'] == '<module>' and i != 1)
StopIteration
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/path/to/myvenv/lib64/python3.7/site-packages/ipykernel/kernelbase.py", line 217, in process_control
yield gen.maybe_future(handler(self.control_stream, idents, msg))
File "/path/to/myvenv/lib64/python3.7/site-packages/tornado/gen.py", line 762, in run
value = future.result()
File "/path/to/myvenv/lib64/python3.7/site-packages/tornado/gen.py", line 769, in run
yielded = self.gen.throw(*exc_info) # type: ignore
File "/path/to/myvenv/lib64/python3.7/site-packages/ipykernel/kernelbase.py", line 729, in debug_request
reply_content = yield gen.maybe_future(self.do_debug_request(content))
File "/path/to/myvenv/lib64/python3.7/site-packages/tornado/gen.py", line 762, in run
value = future.result()
File "/path/to/myvenv/lib64/python3.7/site-packages/tornado/gen.py", line 769, in run
yielded = self.gen.throw(*exc_info) # type: ignore
File "/path/to/myvenv/lib64/python3.7/site-packages/ipykernel/ipkernel.py", line 410, in do_debug_request
return (yield self.debugger.process_request(msg))
File "/path/to/myvenv/lib64/python3.7/site-packages/tornado/gen.py", line 762, in run
value = future.result()
File "/path/to/myvenv/lib64/python3.7/site-packages/ipykernel/debugger.py", line 455, in process_request
reply = await handler(message)
RuntimeError: coroutine raised StopIteration
Metadata
Metadata
Assignees
Labels
No labels
