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

Method find_frame

pydevd.py:2098–2100  ·  view source on GitHub ↗

returns a frame on the thread that has a given frame_id

(self, thread_id, frame_id)

Source from the content-addressed store, hash-verified

2096 pydev_log.exception()
2097
2098 def find_frame(self, thread_id, frame_id):
2099 """returns a frame on the thread that has a given frame_id"""
2100 return self.suspended_frames_manager.find_frame(thread_id, frame_id)
2101
2102 def do_wait_suspend(self, thread, frame, event, arg, exception_type=None): # @UnusedVariable
2103 """busy waits until the thread state changes to RUN

Callers 1

console_execFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected