MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / add_fake_frame

Method add_fake_frame

pydevd.py:945–946  ·  view source on GitHub ↗
(self, thread_id, frame_id, frame)

Source from the content-addressed store, hash-verified

943 self._py_db_command_thread_event.wait(TIMEOUT_FAST)
944
945 def add_fake_frame(self, thread_id, frame_id, frame):
946 self.suspended_frames_manager.add_fake_frame(thread_id, frame_id, frame)
947
948 def handle_breakpoint_condition(self, info, pybreakpoint, new_frame):
949 condition = pybreakpoint.condition

Callers 1

wait_for_commandsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected