什么没有 发表于 2015-5-19 10:01:25

Win7 下 VS2005 不能断点调试解决办法

  1. 查看Terminal Services和Machine Debug Manager 服务是否启动~
2. 打开项目属性,在“Debug”(调试)一项里,把“Enable the Visual Studio hosting process”(启用Visual Studio 宿主进程)前的钩去掉。
3. 如果浏览器是IE8.0,可以修改注册表:HKEY_LOCALMACHINE -> SOFTWARE -> Microsoft -> Internet Explorer -> Main ->
新建“dword值”,输入“TabProcGrowth”,值为0即可。
  
  原文地址:
  http://www.microsoft.com/windows/internet-explorer/beta/readiness/developers-existing.aspx#lcie
  
  
页: [1]
查看完整版本: Win7 下 VS2005 不能断点调试解决办法