(self, dbg)
| 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 | |
| 714 | def internal_step_in_thread(py_db, thread_id, cmd_id, set_additional_thread_info): |
no test coverage detected