Python Pathos-使用Visual Studio调试生成的子进程吗?

时间:2018-08-01 12:35:27

标签: python visual-studio multiprocessing pathos

Python Pathos-使用Visual Studio调试生成的子进程吗? 当您开始分担工作负荷时,您会看到错误消息:

pydev debugger: New process is launching (breakpoints won't work in the new process).
    pydev debugger: To debug that process please enable 'Attach to subprocess automatically while debugging?' option in the debugger settings.

我在这里遵循了以下步骤:         https://blogs.msdn.microsoft.com/devops/2014/11/24/introducing-the-child-process-debugging-power-tool/

并安装(Microsoft Child Process Debugging Power Tool):         https://marketplace.visualstudio.com/items?itemName=vsdbgplat.MicrosoftChildProcessDebuggingPowerTool

在Visual Studio中:         \调试\其他调试目标\启用子进程调试

但是,派生方法中的断点仍然没有被击中吗?

0 个答案:

没有答案