Skip to content

Commit 6d04f68

Browse files
authored
Merge pull request #812 from datalayer-externals/feat/debugStdLib
Set debugOptions for breakpoints in python standard library source
2 parents 2c5e529 + d3fc735 commit 6d04f68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ipykernel/debugger.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,8 @@ async def attach(self, message):
462462
'port': port
463463
}
464464
message['arguments']['logToFile'] = True
465+
# Set debugOptions for breakpoints in python standard library source.
466+
message['arguments']['debugOptions'] = [ 'DebugStdLib' ]
465467
return await self._forward_message(message)
466468

467469
async def configurationDone(self, message):

0 commit comments

Comments
 (0)