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

Method wait_for_process

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

Source from the content-addressed store, hash-verified

904 ).body
905
906 def wait_for_process(self):
907 process = self.wait_for_next_event("process", freeze=False)
908 assert process == some.dict.containing(
909 {
910 "startMethod": self.start_request.command,
911 "name": some.str,
912 "isLocalProcess": True,
913 "systemProcessId": some.int,
914 }
915 )
916
917 def wait_for_stop(
918 self,

Callers 2

_request_startMethod · 0.95
__exit__Method · 0.80

Calls 1

wait_for_next_eventMethod · 0.95

Tested by

no test coverage detected