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

Function _custom_global_dbg

tests_python/test_frame_evaluator.py:51–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50@pytest.fixture
51def _custom_global_dbg():
52 from _pydevd_bundle.pydevd_constants import GlobalDebuggerHolder
53 from pydevd import PyDB
54
55 curr = GlobalDebuggerHolder.global_dbg
56 PyDB() # Will make itself current
57 yield
58 GlobalDebuggerHolder.global_dbg = curr
59
60
61@pytest.mark.parametrize("_times", range(2))

Callers

nothing calls this directly

Calls 1

PyDBClass · 0.90

Tested by

no test coverage detected