Cédric Boivin
Cédric Boivin

Reputation: 11341

IE 8 and javascript debugger

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

Answers (2)

Cédric Boivin
Cédric Boivin

Reputation: 11341

I found a way to debug javascript.

There is my other post

Upvotes: 0

Dan Davies Brackett
Dan Davies Brackett

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

Related Questions