Since it's recommended as one of the best books on the subject, I started reading David Flanagan's "JavaScript: The Definitive Guide, 6th ed".
Besides the browser-based solutions mentioned in the book (Chrome's Console seen through Wrench > Tools) or Firefox's Firebug addon, is there a stand-alone application that can run, debug, and profile JS code?
Thank you.