MCPcopy 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_exitMethod · 0.95
disconnectMethod · 0.95
test_attach_pid_clientFunction · 0.95

Calls 1

wait_until_realizedMethod · 0.45

Tested by 2

test_attach_pid_clientFunction · 0.76