We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionI have a few projects that are scripted via javascript. Not a web pages, unfortunately - just a javascript co开发者_运维技巧de that calls a few external methods like api.Log( "This is log" );
. Is it some IDE exists that i can use to debug such javascript code? I just want to run some unit tests on math and logic so i can break into program, walk it step-by-step and see what is going around. I have tried Visual Studio for Web Developers, aptanta, eclipse - but all of them wants badly to integrade into web browser and debug 'web pages with some javascript' :(. Maybe anyone can suggest a better solution? Maybe some Emacs extension? :) Or IDE / IDE extension / Eclipse distro / IDEA fork i don't know about?
You could use Aptana Studio..
精彩评论