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.
2 parents 2c5e529 + d3fc735 commit 6d04f68Copy full SHA for 6d04f68
ipykernel/debugger.py
@@ -462,6 +462,8 @@ async def attach(self, message):
462
'port': port
463
}
464
message['arguments']['logToFile'] = True
465
+ # Set debugOptions for breakpoints in python standard library source.
466
+ message['arguments']['debugOptions'] = [ 'DebugStdLib' ]
467
return await self._forward_message(message)
468
469
async def configurationDone(self, message):
0 commit comments