I downloaded VS Web Developer Edition. It wasn't obvious how to use
(or even find) the debugger on an existing page.
Today I found this webpage (link below) with instructions on how to
use VS Web Developer to debug on an existing page. I haven't tried
it yet, but given that I haven't used VS for quite a while (and
never the Web Developer version), this should save the time of
figuring it out step by step.
http://www.berniecode.com/blog/2007/03/08/how-to-debug-javascript-
with-visual-web-developer-express/
--- In JS-Jive@yahoogroups.com, liorean <liorean@...> wrote:
>
> On 05/02/07, darianlassan <darianlassan@...> wrote:
> > I wonder if there are any similar tools for debugging
JavaScript on
> > internet explorer 7 like I got used to on firefox and opera. I
have no
> > useful error messages in IE7. (They are far too unprecise and
do not
> > even point to the right file.)
> >
> > Can anybody point me to a nice tool?
>
> There has for a long time existed a totally worthless free
debugging
> tool called the "Microsoft Script Debugger".
>
> A much better debugger comes with the Visual Studio program. You
can
> get Visual Studio Express for free, so that is a much better
choice.
>
> A third and pretty good choice is the script debugger that comes
with
> Microsoft Office. Enabling it may require you to run the installer
> again, though, to check in the debugger option.
> --
> David "liorean" Andersson
>