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

Method disable_tracing

pydevd.py:1169–1173  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1167 pydevd_tracing.set_trace_to_threads(thread_trace_func)
1168
1169 def disable_tracing(self):
1170 if PYDEVD_USE_SYS_MONITORING:
1171 pydevd_sys_monitoring.stop_monitoring(all_threads=False)
1172 else:
1173 pydevd_tracing.SetTrace(None)
1174
1175 def on_breakpoints_changed(self, removed=False):
1176 """

Callers 7

__get__Method · 0.80
__set__Method · 0.80
__delete__Method · 0.80
add_execMethod · 0.80
__call__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected