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

Method write_step_out

tests_python/test_debugger_json.py:428–431  ·  view source on GitHub ↗
(self, thread_id, wait_for_response=True)

Source from the content-addressed store, hash-verified

426 self.wait_for_response(next_request)
427
428 def write_step_out(self, thread_id, wait_for_response=True):
429 stepout_request = self.write_request(pydevd_schema.StepOutRequest(pydevd_schema.StepOutArguments(thread_id)))
430 if wait_for_response:
431 self.wait_for_response(stepout_request)
432
433 def write_set_variable(self, frame_variables_reference, name, value, success=True):
434 set_variable_request = self.write_request(

Callers 3

test_steppingFunction · 0.95

Calls 2

write_requestMethod · 0.95
wait_for_responseMethod · 0.95

Tested by

no test coverage detected