Re: IS there a java script debuger that can be used with frontpage and
- From: "Kevin Spencer" <kevin@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 3 Jun 2005 06:49:33 -0400
There sure is, Frank! If you have FrontPage, you have Microsoft Script
Debugger, and if you have Internet Explorer, you're almost there. You only
lack one thing. Go into IE, select Tools|Internet Options, go to the
"Advanced" tab, and UNCheck the option that says "Disable Script Debugging
(Internet Explorer)." From now on, any exception raised by JavaScript in an
HTML page displayed in IE will cause a prompt to appear asking you if you
want to debug the script in the debugger.
In addition, you can put breakpoints into your JavaScript. This is done via
a "debugger;" statement in your code. When the JavaScript execution reaches
the debugger statement, it will launch the debugger, and load your entire
page into it. You can then examine the entire DOM of your page, as well as
stepping through your JavaScript and doing Watches, etc.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
"Frank H. Shaw" <FrankHShaw@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:52054ECB-03EF-428D-9F50-D8CB2EEA7D9B@xxxxxxxxxxxxxxxx
> We need to check the value of varables and objects using the DOM model we
> have run into problems with peristatace of the varables and objects in our
> development of or website using javascript and would like to know if there
> are any programing tools that could help us trace through the DOM arrays
> and
> check the value of properitys in the objects contained in our web site
> page
> or document using frontpage. What tools sould we be using to help us in
> our
> develpoment. THANKS
.
- Follow-Ups:
- Re: IS there a java script debuger that can be used with frontpage and
- From: Jim Cheshire
- Re: IS there a java script debuger that can be used with frontpage and
- References:
- IS there a java script debuger that can be used with frontpage and
- From: Frank H. Shaw
- IS there a java script debuger that can be used with frontpage and
- Prev by Date: Re: Changing a variable value based on pull down menu value
- Next by Date: Re: A object is passed to a function using java script - read write -
- Previous by thread: Re: IS there a java script debuger that can be used with frontpage and
- Next by thread: Re: IS there a java script debuger that can be used with frontpage and
- Index(es):
Relevant Pages
|