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

Method wait_for_next_event

tests/debug/session.py:901–904  ·  view source on GitHub ↗
(self, event, body=some.object, freeze=True)

Source from the content-addressed store, hash-verified

899 return self.get_variables(varname, frame_id=frame_id)[0]
900
901 def wait_for_next_event(self, event, body=some.object, freeze=True):
902 return self.timeline.wait_for_next(
903 timeline.Event(event, body), freeze=freeze
904 ).body
905
906 def wait_for_process(self):
907 process = self.wait_for_next_event("process", freeze=False)

Callers 14

wait_for_processMethod · 0.95
wait_for_stopMethod · 0.95
test_set_next_statementFunction · 0.80
test_multiprocessingFunction · 0.80
test_subprocessFunction · 0.80
test_autokillFunction · 0.80
test_argv_quotingFunction · 0.80
test_subprocess_replaceFunction · 0.80

Calls 1

wait_for_nextMethod · 0.80

Tested by 12

test_set_next_statementFunction · 0.64
test_multiprocessingFunction · 0.64
test_subprocessFunction · 0.64
test_autokillFunction · 0.64
test_argv_quotingFunction · 0.64
test_subprocess_replaceFunction · 0.64
test_runFunction · 0.64
test_run_relative_pathFunction · 0.64