visualstudio_py_debugger.py 文件源码

python
阅读 35 收藏 0 点赞 0 评论 0

项目:ApiRestPythonTest 作者: rvfvazquez 项目源码 文件源码
def command_auto_resume(self):
        tid = read_int(self.conn)
        THREADS_LOCK.acquire()
        thread = THREADS[tid]
        THREADS_LOCK.release()

        stepping = thread.stepping
        if ((stepping == STEPPING_OVER or stepping == STEPPING_INTO) and thread.cur_frame.f_lineno != thread.stopped_on_line): 
            report_step_finished(tid)
        else:
            self.command_resume_all()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号