使用“附加到进程”进行调试Visual Studio 2008 时失败

发布于 2024-10-21 05:37:35 字数 431 浏览 1 评论 0原文

如果我按 F5 按钮,调试工作正常,但在“附加到进程”时则不然。

我采取的过程是:

1)在 IE 中,输入 url:“localhost”

2)打开 Default.aspx 页面

3)返回 VS -> 调试 -> 附加到进程 -> w3wp.exe ->附上它

4)如果我在 page_load 或其他任何地方有断点,它就不起作用。

我正在使用带有 IE 8、Windows 7 的 Visual Studios 2008。

我尝试更改注册表 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main

Put Value: DWORD TabProcGrowth Value 0 这没有帮助。

有什么线索吗?

Debugging works fine if i hit the F5 button but never when "attaching to process".

The process i take is:

1) In IE, i type in url: "localhost"

2) Default.aspx page opens

3) back to V.S. ->Debug->attach to process->w3wp.exe->attach it

4) if i have a break point on page_load, or anywhere else, it doesnt work.

I am using Visual Studios 2008 with IE 8, windows 7.

I have tried to change registery HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main

Put Value: DWORD TabProcGrowth Value 0
This doesn't help.

Any clues?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

才能让你更想念 2024-10-28 05:37:35

只是添加一些更多注释:

我确实注意到 Visual Studio 上的“脚本文档”出现在解决方案资源管理器中(过去从未出现过)。

我已经删除了临时 asp.net 缓存文件。这似乎允许“附加到进程”调试工作(调试器第一次运行),但随后,断点永远不会被命中。

Just adding some more notes:

I did notice on Visual Studio that "Script Documents" appears in the Solution Explorer ( which it never did in the past ).

I have deleted the Tempoary asp.NET cache files. This seemed to allow the "attach to process" debugging to work ( the first time the debugger ran ) but subsequently, the breakpoint would never be hit.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文