After installing Windows Server 2008, update IE7 to IE8. It is true that IE8 is more comfortable to use than IE7. However, during website development and debugging today, debugging is always unavailable. After trying many methods, including the online methods, I can see that many of them are solved by returning to IE7 or RC1.
All onlineArticleOne sentence in the article inspired me. The article said that IE8 will open two pages during debugging, so it cannot be located. In fact, this is also true (by default, when debugging, open a webpage in a new window. When it is closed, it will be opened again on the new tab of existing ie. Of course, debugging automatically exits ). If this is the case, disable the IE8 tab function.
Effective Solution:CodeAdd system. Diagnostics. Debugger. Launch () to the running path and let the Code call the debugger.