Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ append
Method
append
_pydevd_bundle/pydevd_frame_utils.py:233–234 ·
view source on GitHub ↗
(self, frame)
Source
from the content-addressed store, hash-verified
231
self.chained_frames_list = None
232
233
def
append(self, frame):
234
self._frames.append(frame)
235
236
def
last_frame(self):
237
return
self._frames[-1]
Callers
15
create_frames_list_from_exception_cause
Function · 0.95
create_frames_list_from_traceback
Function · 0.95
create_frames_list_from_frame
Function · 0.95
pydevd.py
File · 0.45
add_on_resumed_callback
Method · 0.45
add_dap_messages_listener
Method · 0.45
process_internal_commands
Method · 0.45
do_wait_suspend
Method · 0.45
pydev_app_engine_debug_startup.py
File · 0.45
main
Function · 0.45
run
Method · 0.45
execute
Function · 0.45
Calls
no outgoing calls
Tested by
15
run
Method · 0.36
before_after_each_function
Function · 0.36
notifyTestsCollected
Method · 0.36
notifyTest
Method · 0.36
notifyTestRunFinished
Method · 0.36
test_xml_rpc_communication
Method · 0.36
test_get_referrers1
Method · 0.36
test_message
Method · 0.36
test_message
Method · 0.36
setUp
Method · 0.36
test_case_referrers
Function · 0.36
test_case_2
Function · 0.36