Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ code_to_debug
Function
code_to_debug
tests/debugpy/test_output.py:21–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
def
test_with_no_output(pyfile, target, run):
20
@pyfile
21
def
code_to_debug():
22
import
debuggee
23
24
debuggee.setup()
25
x = 4
# @wait_for_output
26
27
with
debug.Session()
as
session:
28
session.config[
"redirectOutput"
] = True
Callers
nothing calls this directly
Calls
2
join
Method · 0.45
write
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…