Re: Debugging in Visual Studio 2008 with IE7
- From: RuthG <ruthgoldberg@xxxxxxxxxxxxxxxxx>
- Date: Thu, 25 Jun 2009 09:47:39 -0700 (PDT)
On Jun 25, 11:13 am, wmc <...> wrote:
RuthG wrote:
I'm trying to use the Javascript debugger, but it doesn't seem to
work. I'm using Visual Studio 2008, asp.net, and Internet Explorer 7.
(I usually use Firefox and I can set breakpoints with firebug, but I'm
trying to get the integrated Visual Studio debugger, which I prefer,
to work with my Javascript.) In Visual Studio, under tools - options -
debugging - just-in-time all the boxes are checked to enable
debugging. In IE7, disable Javascript debugging is unchecked (both
boxes). I set a breakpoint in my .aspx source file where I know I will
go (on the first line of my function). I then click the green arrow to
start debugging. It doesn't work. My Javascript code runs but my
breakpoint is ignored. Breakpoints set in my code-behind file work
fine.
According to all the documentation, the debugger should work with my
Javascript. Is there a problem with IE7? Is firebug interfering with
the Visual Studio debugger, even though it's a firefox add-in?
I just tried it and it worked with IE7 and VS2008 on a system that also
has the latest Firebug in the latest Firefox (default browser). My
settings are Internet options > Advanced > Disable Script Debugging
(both IE and other) unchecked.
Then I opened a test page and chose View > Script Debugger > Break at
next statement and it took me right into VS (after a dialog box where I
had choose between the different visual studios that are installed).
OK. I tried the same thing and I can get the debugger to work that
way, but I would have to go through that every time. It should also
work if I debug the page, using F5 instead of Ctrl-F5, but it doesn't.
If I then try View > Script Debugger > Open (Break always gives me
"There is no source code available for the current location"), I get
an error from Visual Studio "The source code cannot be displayed."
.
- References:
- Debugging in Visual Studio 2008 with IE7
- From: RuthG
- Debugging in Visual Studio 2008 with IE7
- Prev by Date: Re: Poll: How many people would actually hire Thomas Pointed ears?
- Next by Date: Re: Poll: How many people would actually hire Thomas Pointed ears?
- Previous by thread: Re: Debugging in Visual Studio 2008 with IE7
- Next by thread: FAQ Topic - How do I modify the content of the current page? (2009-06-25)
- Index(es):
Relevant Pages
|