oshirowanen
oshirowanen

Reputation: 15925

Google Chrome JavaScript debugging line by line

I am trying to follow the guide here: https://developers.google.com/chrome-developer-tools/docs/scripts-breakpoints

But it doesn't seem to work, i.e.

I have done the following:

Nothing happens when I hover over "this page", and it doesn't stop at the breakpoint when I hver over "this page"...

What is going on?

I need to good way to debug javascript/jquery code

Upvotes: 0

Views: 1055

Answers (1)

Tyilo
Tyilo

Reputation: 30102

If you hover over the second screenshot on the page, it work as expected.

If this doesn't work, please try another page, as I use the chrome debugging tools quite often and I have never had a problem with it.

Upvotes: 1

Related Questions