Is there a way to prevent chrome from stopping on debugger statements while the devtools window is open, and at the same time allow stopping on manually set breakpoints?
The deactivate breakpoints button (⌘/ctrl + F8) disables both the debugger statements and the user breakpoints so it's not really a solution. It would be good to somehow be able to control separately 'code' breakpoints and 'devtools' breakpoints.