gpt4 book ai didi

Visual Studio 的 Python 工具在子进程中设置断点

转载 作者:行者123 更新时间:2023-12-01 05:54:04 31 4
gpt4 key购买 nike

有没有办法在 Visual Studio 可以附加的子进程中设置断点?我尝试过的任何事情都没有成功。下面是示例代码。

child = multiprocessing.Process(target=foo)

def foo():
print "This is the child process."
# Breakpoint goes here.
print "The breakpoint was just hit."

最佳答案

目前尚不支持此操作。您可以执行“调试”->“附加”来处理并附加到生成的进程,但我们目前不支持自动附加。

我们最终可能会添加它以改进 Django 调试,但我建议在 pytools.codeplex.com 上打开功能请求.

关于Visual Studio 的 Python 工具在子进程中设置断点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13313671/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com