Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ wait_for_terminated
Method
wait_for_terminated
tests/debug/session.py:993–994 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
991
return
self.exit_code
992
993
def
wait_for_terminated(self):
994
self.timeline.wait_until_realized(timeline.Event(
"terminated"
))
995
996
def
captured_stdout(self, encoding=None):
997
assert self.debuggee is not None
Callers
4
wait_for_exit
Method · 0.95
disconnect
Method · 0.95
test_attach_pid_client
Function · 0.95
test_subprocess_unobserved
Function · 0.45
Calls
1
wait_until_realized
Method · 0.45
Tested by
2
test_attach_pid_client
Function · 0.76
test_subprocess_unobserved
Function · 0.36