MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / write_pause

Method write_pause

tests_python/test_debugger_json.py:414–417  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

412 assert continue_response.body.allThreadsContinued
413
414 def write_pause(self):
415 pause_request = self.write_request(pydevd_schema.PauseRequest(pydevd_schema.PauseArguments("*")))
416 pause_response = self.wait_for_response(pause_request)
417 assert pause_response.success
418
419 def write_step_in(self, thread_id, target_id=None):
420 arguments = pydevd_schema.StepInArguments(threadId=thread_id, targetId=target_id)

Callers 2

test_pause_and_continueFunction · 0.95
test_wait_for_attachFunction · 0.95

Calls 2

write_requestMethod · 0.95
wait_for_responseMethod · 0.95

Tested by

no test coverage detected