Share via


How to Disable JavaScript Debugging?

Question

Wednesday, September 2, 2009 8:39 AM

 Although I disabled script debugging in my IE8 options, Visual Web Developer 2008 Express is still debugging Client-Side code.  I did not find any option to disable "JIT" debugging on Visual Express. How can I finally get rid of this annoying behaviour? Thankful for any advice!

All replies (4)

Wednesday, September 2, 2009 10:28 AM ✅Answered

Refer link below

http://pagebrooks.com/archive/2008/04/23/easily-disable-javascript-debugging-in-visual-studio-2008.aspx


Wednesday, September 2, 2009 10:33 AM ✅Answered

How can I finally get rid of this annoying behaviour? Thankful for any advice!

 

Check this link..

http://www.vijaykodali.com/post/2009/07/Disabling-script-debugging-in-VS-2008-and-IE8.aspx


Wednesday, September 2, 2009 8:53 AM

From menus :

Tools > Options > Debugging > Just-In-Time > Uncheck  Script Option.


Wednesday, September 2, 2009 10:01 AM

 Thanks for your reply! If there would be such checkbox in VWD Express, I would have unchecked it already, but there is no :(