(self, thread_id, frame_id, frame)
| 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 |