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

Function hide_debugpy_internals

src/debugpy/common/util.py:153–155  ·  view source on GitHub ↗

Returns True if the caller should hide something from debugpy.

()

Source from the content-addressed store, hash-verified

151
152
153def hide_debugpy_internals():
154 """Returns True if the caller should hide something from debugpy."""
155 return "DEBUGPY_TRACE_DEBUGPY" not in os.environ
156
157
158def hide_thread_from_debugger(thread):

Callers 2

debugFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…