How to find the next occurrence of an expression in the Chrome debugger? How to find the next occurrence of an expression in the Chrome debugger? google-chrome google-chrome

How to find the next occurrence of an expression in the Chrome debugger?


You can use C+F to search in the chrome developer tools. Enter and C+g will go to the next match, and C+G will go to the previous one.

Note: On Mac, C == Command. On Windows/Linux, C == Ctrl.


While in the Search Box, hit Enter repeatedly to move to the next match

In windows at least :-

  • Ctrl + G is Goto Line


Control + Shift + F opens a super search box with which you can find a string across all of the scripts. This can help when you have a lot of inline scripts for a page.