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

Method find_frame

_pydevd_bundle/pydevd_suspended_frames.py:433–435  ·  view source on GitHub ↗
(self, thread_id, frame_id)

Source from the content-addressed store, hash-verified

431 return self._thread_id_to_frames_list.get(thread_id)
432
433 def find_frame(self, thread_id, frame_id):
434 with self._lock:
435 return self._frame_id_to_frame.get(frame_id)
436
437 def create_thread_suspend_command(self, thread_id, stop_reason, message, trace_suspend_type, thread, additional_info):
438 with self._lock:

Callers 15

do_itMethod · 0.45
internal_change_variableFunction · 0.45
internal_get_frameFunction · 0.45
internal_get_completionsFunction · 0.45
internal_get_descriptionFunction · 0.45
do_itMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected