I used a plugin who try to get value by many methods [because some of them not implemented in all browser]. code is everywhere work and give performance fine for me.

The problem is that IE not support a function they called but they other because other one is implemented in IE 9. [i use to debug]

well when the non-implemented browser function call i see same window everytime they tell me that

"Microsoft JScript runtime error: Object doesn't support this property or method"

i want to stop error showing in Visual studio but don't show me error if browser find [IE].

Is there any way then my visual studio never break on error and not tell me about them. they break only on breakpoint and whenever i use in my JavaScript code.

means how i can stop the showing error in Visual studio. any idea to do this in Visual studio

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

Go into your Internet Options in IE and under the Advanced tab you can select Disable Script Debugging for both IE and Other, should stop breaking on errors.

link|improve this answer
2  
but i am already try by disable both [IE Debug and other Debug]. – user605334 Feb 6 '11 at 18:32
feedback

Your Answer

 
or
required, but never shown