1

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.

1
  • 1
    Does Node.js count? If so then that. Commented Dec 10, 2012 at 14:16

3 Answers 3

3

You can try nodejs. It has a command line interface as well.

Sign up to request clarification or add additional context in comments.

Comments

1

You can put debugger; on your js code and when the browser will get to this line you can debug your js in Visual Studio for example.

You can also use F12 Developer Tools by clicking F12 on IE to debug your js application

Comments

0

if online JavaScript consoles are qualified then you can look at

http://jsconsole.com/ . http://jsfiddle.net

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.