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

Function code_to_debug

tests/debugpy/test_env.py:18–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16def test_env_replace_var(pyfile, target, run, case, new_value):
17 @pyfile
18 def code_to_debug():
19 import os
20
21 import debuggee
22 from debuggee import backchannel
23
24 debuggee.setup()
25 backchannel.send(dict(os.environ))
26
27 varname = "DEBUGPY_DUMMY_ENV_VAR"
28

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…