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

Function run

_pydevd_bundle/pydevd_stackless.py:364–370  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

362 # run
363 # =======================================================================================================================
364 def run(*args, **kwargs):
365 debugger = get_global_debugger()
366 if debugger is not None:
367 debugger.enable_tracing()
368 debugger = None
369
370 return _original_run(*args, **kwargs)
371
372
373# =======================================================================================================================

Callers

nothing calls this directly

Calls 2

get_global_debuggerFunction · 0.85
enable_tracingMethod · 0.80

Tested by

no test coverage detected