1

I am new to javascript, i want to know how to activate debugging in google Chrome. Please someone help me out. I am using Mac book.

  • 1
    There is no need to activate, just open the console and put a breakpoint under the appropriate source. – Roy Miloh Sep 24 '15 at 15:05
  • 1
    How to open the console? – Amulya Dhilip Sep 24 '15 at 15:09
  • 1
    right click on the page and "Inspect element" , touch your mouse pad with 2 fingers will works as right click on mac – akash Sep 24 '15 at 15:11
  • 2
    https://developer.chrome.com/devtools/docs/shortcuts#opening-devtools then go to "sources" tab. – Roy Miloh Sep 24 '15 at 15:12
  • 1
    possible duplicate of [How do you launch the javascript debugger in Google Chrome?](http://stackoverflow.com/questions/66420/how-do-you-launch-the-javascript-debugger-in-google-chrome) – akash Sep 24 '15 at 15:18

1 Answers1

0

Try reading this web page:

https://developer.chrome.com/devtools/docs/javascript-debugging

Hopefully it will answer your questions.

nzc
  • 1,576
  • 1
  • 14
  • 24