Welcome to MSDN Blogs Sign in | Join | Help

News

  • These postings are provided "AS IS" with no warranties, and confer no rights. Use of included code samples are subject to the terms specified Terms of Use
Tip #51 Did you know… how to use VS2005 to debug with IE8?

VS2005 does not debug with IE8 by default, due to IE8’s LCIE feature (http://blogs.msdn.com/ie/archive/2008/03/11/ie8-and-loosely-coupled-ie-lcie.aspx).  To enable it, please follow the instruction in this thread:

http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/e2c795cd-b7a0-4fad-b7c9-b1ca40d7302e/

 

Here’s a copy of the 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

 

Also, when debugging script, don’t forget to turn on the IE script debugging by uncheck “IE->Tools->Internet Options->Advanced->Disable script debugging (Internet Explorer) “

 

Xinyang Qiu

SDETII | Visual Web Developer

Posted: Tuesday, March 31, 2009 5:54 PM by WebDevTools

Comments

What's New said:

VS2005 does not debug with IE8 by default, due to IE8’s LCIE feature ( http://blogs.msdn.com/ie/archive

# April 1, 2009 3:47 AM

Not Only Result Ambition said:

ほけーっと眺めていると、はまる人が多そうな、少なさそうな情報が投稿されていたので、転載します。転載元は、「 Tips & Tricks for ASP.NET, IIS, and Visual

# April 5, 2009 8:14 AM

Alex said:

Please update !

instead of HKEY_LOCAL_MACHINE

has to be HKEY_CURRENT_USER

# June 17, 2009 8:39 PM
Leave a Comment

(required) 

(required) 

(optional)

(required) 

  
Enter Code Here: Required

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Page view tracker