Thread: How can i get visual studio to STOP debugging webpages

  1. #1
    Shadow12345
    Guest

    How can i get visual studio to STOP debugging webpages

    How can I get visual studio to stop debugging webpages. I am constantly getting errors with Internet Explorer asking me if I want to debug the webpage.

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793

    Re: How can i get visual studio to STOP debugging webpages

    Originally posted by Shadow12345
    How can I get visual studio to stop debugging webpages. I am constantly getting errors with Internet Explorer asking me if I want to debug the webpage.
    Is it the webpage its trying to debug or IE itself?....if the latter, then its just trying to debug a failing app and should give you an option whether to debug or not...

    If the former, then Tools->Internet Options->Advanced->Browsing->Disable Script Debugging might help you

  3. #3
    Shadow12345
    Guest
    That seems to have done it, thanks a bunch!

    Fordy do you use linux?

  4. #4
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Originally posted by Shadow12345
    That seems to have done it, thanks a bunch!

    Fordy do you use linux?
    Not much.......I'd like to get better on it though...

  5. #5
    Registered User
    Join Date
    Sep 2002
    Posts
    137
    On my computer ( Win ME ) you click on tools in a IE window, then internet options, then goto the advanced tab. Under browsing you click "disable script debugging" option.
    http://uk.geocities.com/ca_chorltonkids

  6. #6
    Microsoft. Who? MethodMan's Avatar
    Join Date
    Mar 2002
    Posts
    1,198
    I had the same problem, I would turn that option off, they sometimes it would see to turn itself back on. It was very frustrating, when I would get apporox. 10 errors on one page I visited regularly.
    -MethodMan-

    Your Move:Life is a game, Play it; Life is a challenge, Meet it; Life is an opportunity, capture it.

    Homepage: http://www.freewebs.com/andy_moog/home.html

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. WinGDB - Linux debugging under Visual Studio
    By WinGDB in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 07-01-2009, 03:05 PM
  2. Visual Studio remote debugging
    By George2 in forum Windows Programming
    Replies: 1
    Last Post: 07-08-2008, 12:26 AM
  3. Visual Studio Express for free
    By Frobozz in forum C# Programming
    Replies: 2
    Last Post: 04-29-2006, 09:59 PM
  4. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM
  5. pointer to array of objects of struct
    By undisputed007 in forum C++ Programming
    Replies: 12
    Last Post: 03-02-2004, 04:49 AM