Re: IS there a java script debuger that can be used with frontpage and



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


.



Relevant Pages

  • Re: HyperlinkColumn/JavaScript
    ... In Mozilla ist ein Javascript Debugger integriert, ... Script Debugger im IE verwenden...) ... > dürfte keine Rolle spielen, ...
    (microsoft.public.de.german.entwickler.dotnet.asp)
  • Re: VBS Editor???
    ... du musst den Debugger nicht irgendwie in die "Gänge" setzen. ... So erfolgen die Aufrufe des Debuggers durch den WSH (entweder durch das ... die Aufrufe //D oder //X für das Script. ... > Ich habe den Quelltext von 'quadrat.vbs' in MSE7.EXE geladen. ...
    (microsoft.public.de.german.scripting.wsh)
  • Re: Testing strategy for Tk application?
    ... your GUI should be nothing but a bunch of widgets that call ... > action invoke focus main ... > and then read a test script from stdin. ... I'll embed a built-in debugger. ...
    (comp.lang.tcl)
  • RE: Problem with LWP::UserAgent
    ... have an xml file that contains a list of URLs. ... hash and pass them as a parameter into the function that does LWP get. ... > assume your script is named net.pl, you can involve the debugger with: ...
    (perl.beginners)
  • Re: IS there a java script debuger that can be used with frontpage and
    ... I wasn't sure, as I have the Script Debugger on my system, but I don't ... If you have FrontPage, you have Microsoft Script ...
    (microsoft.public.frontpage.programming)