views:

626

answers:

2

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

+3  A: 

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.

DDaviesBrackett
But the problem is with internet explorer 7 when de disable javascript debugger was activate, the process was detach automaticly. With ie 8 it's dont work properly
Cédric Boivin
That's correct - with IE8, there's no wait to do what you want. VS2008 will always attach to IE8, regardless of the state of the 'disable javascript debugging' setting.C'est correct - avec ie8, il n'y a aucun méthode pour faire ce que vous voulez - VS2008 s'attachera toujours à IE8, n'importe la valeur du setting 'disable javascript debugger'.
DDaviesBrackett
A: 

I found a way to debug javascript.

There is my other post

Cédric Boivin