Eclipse does JS debugging Follow
There's some information here http://www.eclipse.org/atf/ and a demo of
JS debugging here http://www.eclipse.org/atf/flash/index4.php
It looks like their solution is to write Firefox extension which
provides interface to JS engine, then Eclipse plugin to connect to it.
Please sign in to leave a comment.
Not just for JavaScript but also for Python, Eclipse seems to have a debugger:
http://pydev.sourceforge.net/
(http://pydev.sourceforge.net/debug.html)
Ahmed.
Yeah but is it better than Venkman? or is it crappy like their regular debugger?