0

In the beginning I started learning to program with C++,for that I used Viusal C++, I had a debugging mode in Visual C++ where I could look what values variable have on Run-Time.As JS code is executed in browser I have to consider my self what values variables have. I want to know if there is some debugger available for JS where I can see values changing o0n Run-Time. Because of not knowing about any such debugger I have to spend more time while trying to figure out logical error.

3
  • 4
    Maybe Chrome devtools will help: developers.google.com/chrome-developer-tools/docs/… Commented Nov 4, 2013 at 0:06
  • 3
    Alternatively, there's Firebug Commented Nov 4, 2013 at 0:08
  • So, you haven't even tried to ask google for that? "how to debug javascript" provides tons of info. Next time - ask google.com before stackoverflow Commented Nov 4, 2013 at 0:29

2 Answers 2

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

Comments

0

If you are looking for debugging just JavaScript by itself, check this question: JavaScript IDE/Compiler

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.