Skip to content

Commit d3fc735

Browse files
committed
set debugOptions for breakpoints in python standard library source
1 parent 1309925 commit d3fc735

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)