MCPcopy Create free account
hub / github.com/microsoft/debugpy / debug_this_thread

Function debug_this_thread

src/debugpy/server/api.py:351–355  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

349
350
351def debug_this_thread():
352 ensure_logging()
353 log.debug("debug_this_thread()")
354
355 _settrace(suspend=False)
356
357
358def trace_this_thread(should_trace):

Callers

nothing calls this directly

Calls 2

ensure_loggingFunction · 0.85
_settraceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…