How to jump to a line and column in chrome dev tools
- open chrome devtools
- ctrl+g opens the ‘Go To’ panel
- the first number after the first
:
is the line, the next number after an additional:
jumps to that column
:123:45
this example jumps to line 123 column 45