Chrome Devtools: keeping breakpoints on the pretty code?

Viewed 19

While I can put a breakpoint on the pretty printed code (formatted code) on the Chrome developer tools, it doesn't stay on page refresh or re-opening the tabs.

Only when you re-formatted the file the breakpoints on pretty code shows up and get enabled. So if I once close the tab then after some time re-open the same domain, opening devtools, refreshing, it doesn't hit. This is annoying.

So I'd like to put the breakpoint (also) on the original file, so it should be hit. Possible?

Is this a bug? Can I have a workaround on this?

0 Answers
Related