def command_clear_stepping(self): tid = read_int(self.conn) thread = get_thread_from_id(tid) if thread is not None: thread.stepping = STEPPING_NONE