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

Function gen_debug_info

tests_python/resources/_debugger_case_logging.py:9–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8
9def gen_debug_info():
10 from _pydevd_bundle.pydevd_constants import DebugInfoHolder
11 dct = {}
12 for name in (
13 'PYDEVD_DEBUG_FILE',
14 'DEBUG_TRACE_LEVEL',
15 ):
16 dct[name] = getattr(DebugInfoHolder, name)
17
18 return dct
19
20
21if __name__ == "__main__":

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected