Running JavaScript in debug mode

From Eclipsepedia

Revision as of 17:22, 28 November 2006 by Johnjbarton.johnjbarton.com (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search
I set several breakpoints in the file, but when I execute 
the file in debug mode the file executes with out stopping at any of the 
breakpoints.  At first I ran the file in a J2EE perspective then I also 
tried running the file in the debug perspective with the same result.  I’m 
hoping some one can point out to me what I am not doing correctly.
WBR

You should look at the two demo movies for using the JavaScript Debugger.

JavaScript debugger http://www.eclipse.org/atf/flash/index4.php

URL Debugging http://www.eclipse.org/atf/flash/index6.php

Bob