Reputation: 11341
I upgrade my IE last week, and now i can't disabled the javascript debugger for visual studio 2008. The checkbox in the IE options are uncheck but the debugger in visual studio still enable.
Any idea ?
ps : I got Ie 8.0.6001.18783
Upvotes: 1
Views: 1040
Reputation: 11341
I found a way to debug javascript.
There is my other post
Upvotes: 0
Reputation: 10071
This is a 'feature' of VS2008 - there's no way to turn it off.
You can, however, open the Processes window (Alt-Z by default) and detach VS2008 from iexplore.exe after it's launched.
Upvotes: 3