Skip to content

Commit bd0f200

Browse files
committed
just_my_code as optional arg in Debugger constructor
1 parent 88e842f commit bd0f200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/debugger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ class Debugger:
270270
'richInspectVariables', 'modules'
271271
]
272272

273-
def __init__(self, log, debugpy_stream, event_callback, shell_socket, session, just_my_code):
273+
def __init__(self, log, debugpy_stream, event_callback, shell_socket, session, just_my_code = True):
274274
self.log = log
275275
self.debugpy_client = DebugpyClient(log, debugpy_stream, self._handle_event)
276276
self.shell_socket = shell_socket

0 commit comments

Comments
 (0)