Debugging stand-alone JS apps

Harald Krapfenbauer <[email protected]> Wed, 29 Oct 2008 15:39:06 +0100
Newsgroups gmane.comp.mozilla.devel.jsdebugger
Message-ID <[email protected]>
Hello,

There are several Eclipse JS debuggers around (e.g. in the Eclipse ATF
project) which use the jsdIDebuggerService interface, but they all
require XPCOM and run the debugger inside the Mozilla framework.

Since Spidermonkey is able to run without the Mozilla framework too, I
was wondering if it would be feasible to debug a JS application that
runs from a simple Linux shell?

Best regards,
Harald