Note: All the breakpoints you have set appear under Breakpoints in the right-hand sidebar. Clicking on the entry jumps to the highlighted line in the source file. Once you have a breakpoint set, right click on the blue tag breakpoint indicator to set a conditional statement for that breakpoint. Type an expression and the breakpoint will only pause only if the condition is true.
You can set a conditional break point in Google Chrome, by following these steps:
1.right click the breakpoint where u want to stop,please chk on
2.click "Add conditional breakpoint",one text will be appear,there u can add condition (the result will be 'true' if the condition satisfied ,else 'false'),
the breakpoint color will goto orange after the condition added,chk on
3.reload same page u can see the breakpoint will work if the condition is satisfied like