Venkman's javascript debugger
I'm trying to understand if I can debug a stand alone .js file which doesn't interact with browser. Is there any way to just load it and开发者_如何学运维 debug or I will be forced to encapsulate it into html file?
Environment is Windows, no browser objects are required.
To debug a stand-alone script, my first thought would be to use Rhino debugger -- have you tried that? I've also heard about v8 debug, but I have no experience with it yet.
精彩评论