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

Method write_attach

tests_python/test_debugger_json.py:319–320  ·  view source on GitHub ↗
(self, **arguments)

Source from the content-addressed store, hash-verified

317 return self._write_launch_or_attach("launch", **arguments)
318
319 def write_attach(self, **arguments):
320 return self._write_launch_or_attach("attach", **arguments)
321
322 def write_disconnect(self, wait_for_response=True, terminate_debugee=False):
323 assert self._sent_launch_or_attach

Callers 3

runMethod · 0.95
check_process_eventFunction · 0.80

Calls 1

Tested by

no test coverage detected