visualstudio_py_debugger.py 文件源码

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

项目:ApiRestPythonTest 作者: rvfvazquez 项目源码 文件源码
def detach_process():
    global DETACHED
    DETACHED = True
    if not _INTERCEPTING_FOR_ATTACH:
        if isinstance(sys.stdout, _DebuggerOutput): 
            sys.stdout = sys.stdout.old_out
        if isinstance(sys.stderr, _DebuggerOutput):
            sys.stderr = sys.stderr.old_out

    if not _INTERCEPTING_FOR_ATTACH:
        thread.start_new_thread = _start_new_thread
        thread.start_new = _start_new_thread
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号