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

Function create_breakpoints_dict

tests_python/test_frame_evaluator.py:88–89  ·  view source on GitHub ↗
(lines)

Source from the content-addressed store, hash-verified

86 from _pydevd_frame_eval.pydevd_frame_evaluator import get_cached_code_obj_info_py
87
88 def create_breakpoints_dict(lines):
89 return dict((line, None) for line in lines)
90
91 def method():
92 a = 1

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected