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

Method wait_for_disconnect

tests/debug/session.py:972–973  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

970 return Session(config)
971
972 def wait_for_disconnect(self):
973 self.timeline.wait_until_realized(timeline.Mark("disconnect"), freeze=True)
974
975 def wait_for_exit(self):
976 if self.debuggee is not None:

Callers

nothing calls this directly

Calls 1

wait_until_realizedMethod · 0.45

Tested by

no test coverage detected