(writer)
| 3211 | self.finished_ok = True |
| 3212 | |
| 3213 | def do_kill(writer): |
| 3214 | debugger_unittest.AbstractWriterThread.do_kill(writer) |
| 3215 | if hasattr(writer, "secondary_multi_proc_process_writer"): |
| 3216 | writer.secondary_multi_proc_process_writer.do_kill() |
| 3217 | |
| 3218 | with case_setup_remote.test_file( |
| 3219 | "_debugger_case_remote_1.py", |