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 1309925 commit d3fc735Copy full SHA for d3fc735
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