I have been using the Microsoft Script Debugger a bit and have found it to
be a useful tool at times. However, I occasionally come across a problem
with it in that it cannot find the source code.
For instance, when I place the "debugger" command in the script, sometimes I
get the following error message:
'A debugger break at "Jscript global code" could not be handled because the
source document could not be found. Check the class path in the Debug
Options dialog. The application will continue.'
Any idea where the "Debug Options" dialog is (when I click "Options" the
only option I see enables Java Debugging) or how I can get the debugger to
find the source code? I can always open the debugger after the page is
rendered, but then I can't step through the code.
Thanks for your help -
george
George L Smyth, Webmaster
US Naval Academy Alumni Association
-----Original Message-----
From: T Kern [mailto:tkern11170217@y...]
Sent: Monday, July 30, 2001 7:53 AM
To: javascript
Subject: [javascript] Re: js debug tool
Hi,
Here are 2 you can try.
http://developer.netscape.com/software/jsdebug.html
http://msdn.microsoft.com/scripting/debugger/
Good luck
--- wenjun deng <denwe02@c...> wrote:
> Hi,
>
> I'm new to Javascript. Is there any free js
> debugging tool to use?
> Thanks for your advice!