Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » javascript debugger
javascript debugger [message #564246] Mon, 02 November 2009 21:28
Gary Horen is currently offline Gary HorenFriend
Messages: 19
Registered: July 2009
Junior Member
How do I use the Rhino Debugger that I installed into Helios M3 from
http://download.eclipse.org/e4/downloads/drops/S-1.0M1-20091 0131430/repository?

I checked out the projects described at the top of this page:
http://wiki.eclipse.org/E4/JavaScript#JavaScript_Rhino_Debug ging_Support
Then I ran JSFrameworkTest.java as a plugin unit test (both run as and debug
as). The junit tests all run. But I'm trying to fire a breakpoint on some
JavaScript code. Putting breakpoints on the following lines in script.js in
that project results in no breaks, nor does inserting a debugger; statement
into the code.

return "JavaScript";
return new JavaAdapter(Packages....

I can see there is a JavaScript debug launcher configuration page, but I
don't know how to fill in the Connect tab (what would the port be?), and any
of the other tabs, and I don't know how to launch a plugin junit test in a
way that would pick any of that up. What am I missing?

Thanks
-Gary
Previous Topic:can't get started with RCP using e4
Next Topic:XWT Designer
Goto Forum:
  


Current Time: Wed Sep 25 18:09:35 GMT 2024

Powered by FUDForum. Page generated in 0.03560 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top