MCPcopy Index your code
hub / github.com/fabioz/PyDev.Debugger / request_disconnect

Method request_disconnect

_pydevd_bundle/pydevd_api.py:214–221  ·  view source on GitHub ↗
(self, py_db, resume_threads)

Source from the content-addressed store, hash-verified

212 py_db.set_enable_thread_notifications(enable)
213
214 def request_disconnect(self, py_db, resume_threads):
215 self.set_enable_thread_notifications(py_db, False)
216 self.remove_all_breakpoints(py_db, "*")
217 self.remove_all_exception_breakpoints(py_db)
218 self.notify_disconnect(py_db)
219
220 if resume_threads:
221 self.request_resume_thread(thread_id="*")
222
223 def request_resume_thread(self, thread_id):
224 resume_threads(thread_id)

Callers 2

runMethod · 0.95
on_disconnect_requestMethod · 0.80

Tested by

no test coverage detected