Eclipse does JS debugging
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.
请先登录再写评论。
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?