惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

腾讯CDC
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 叶小钗
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
The Cloudflare Blog
爱范儿
爱范儿
阮一峰的网络日志
阮一峰的网络日志
WordPress大学
WordPress大学
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
Last Week in AI
Last Week in AI
Jina AI
Jina AI
V
V2EX
罗磊的独立博客
V
Visual Studio Blog
A
About on SuperTechFans
IT之家
IT之家
P
Proofpoint News Feed
B
Blog
博客园 - Franky
Blog — PlanetScale
Blog — PlanetScale
Google DeepMind News
Google DeepMind News
Y
Y Combinator Blog

博客园 - 伯乐共勉

模拟IE开发工具条一 记录一些事情 ActiveX Scripting[转] 改进的 CHoverButton 支持focus,四种状态,修复BUG C++学习推荐书目 比较中肯的读书经验[转] ntlm 的 delphi for smtp 深圳公交能有多挤 乱码大全 给老板娘的一封信 一年前的工作日记 预测中国主要赛事夺金亮点 按日程 实战 Firefox 扩展开发 了解数字证书 了解公钥加密 了解 S/MIME Windows内存与进程管理器底层分析 探索 Windows 2000 的内存管理机制 C++内存管理 windows进程中的内存结构
WIN7下调试IE
伯乐共勉 · 2010-04-08 · via 博客园 - 伯乐共勉

Well, IE 8 has a feature called Loosely-Coupled Internet Explorer (LCIE) which results in IE running across multiple processes.
http://www.microsoft.com/windows/internet-explorer/beta/readiness/developers-existing.aspx#lcie

Older versions of the Visual Studio Debugger get confused by this and cannot figure out how to attach to the correct process.

To overcome this issue, you need to disable the process growth feature of LCIE by follow the below steps:

1) Open RegEdit
2) Browse to HKEY_LOCALMACHINE -> SOFTWARE -> Microsoft -> Internet Explorer -> Main
3) Add a dword under this key called TabProcGrowth
4) Set TabProcGrowth to 0

If you run into the same problem on Vista or newer, you will also need to turn off protected mode