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

Method do_it

_pydevd_bundle/pydevd_comm.py:708–711  ·  view source on GitHub ↗
(self, dbg)

Source from the content-addressed store, hash-verified

706
707 @overrides(InternalThreadCommand.do_it)
708 def do_it(self, dbg):
709 if self._cmd is not None:
710 dbg.writer.add_command(self._cmd)
711 self._cmd = None
712
713
714def internal_step_in_thread(py_db, thread_id, cmd_id, set_additional_thread_info):

Callers 1

request_stackMethod · 0.95

Calls 1

add_commandMethod · 0.45

Tested by

no test coverage detected