We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18d079 commit f4e5059Copy full SHA for f4e5059
ipykernel/ipkernel.py
@@ -148,7 +148,7 @@ def __init__(self, **kwargs):
148
'file_extension': '.py'
149
}
150
151
- async def dispatch_debugpy(self, msg):
+ def dispatch_debugpy(self, msg):
152
# The first frame is the socket id, we can drop it
153
frame = msg[1].bytes.decode('utf-8')
154
self.log.debug("Debugpy received: %s", frame)
0 commit comments