Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
VS2005 does not debug with IE8 by default, due to IE8’s LCIE feature (https://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:
https://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
Comments
Anonymous
March 31, 2009
PingBack from http://blog.a-foton.ru/index.php/2009/04/01/tip-51-did-you-know%e2%80%a6-how-to-use-vs2005-to-debug-with-ie8/Anonymous
March 31, 2009
VS2005 does not debug with IE8 by default, due to IE8’s LCIE feature ( http://blogs.msdn.com/ie/archiveAnonymous
April 05, 2009
ほけーっと眺めていると、はまる人が多そうな、少なさそうな情報が投稿されていたので、転載します。転載元は、「 Tips & Tricks for ASP.NET, IIS, and VisualAnonymous
June 17, 2009
Please update ! instead of HKEY_LOCAL_MACHINE has to be HKEY_CURRENT_USER