I dont know what build you exactly have to have from dltk js projects (i am just checking it out directly from cvs)
But they should be here: http://download.eclipse.org/technology/dltk/downloads/drops/R1.0/I-I200904280953-200904280953/ We are using that for our product, The key is the code that sits in this eclipse plugin: org.eclipse.dltk.javascript.rhino.dbgp That code has the debugger api that runs in the client that you want to debug. remote debugging is not possible currently with the current code. I have a patch on that that makes that possible (that eclipse just connects to a debug process instead of wanting to start one) johan On Fri, May 1, 2009 at 23:59, SCWells72 <[email protected]> wrote: > On May 1, 4:34 pm, Johan Compagner <[email protected]> wrote: > > The dltk project of eclipse has also a javascript debugger for rhino > > (and the rest like editor/formatter) > > Thanks. I just installed DLTK and am trying to figure out exactly how > to get started with it. I've scanned the DLTK site and can't find > anything about how I could wire up remote debugging using DLTK against > a Rhino engine running elsewhere. Cursory searching makes it sound > like this might be possible. Any tips on how to get going there? > _______________________________________________ > dev-tech-js-engine-rhino mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino > _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
