使用“附加到进程”进行调试Visual Studio 2008 时失败
如果我按 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只是添加一些更多注释:
我确实注意到 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.