ResourceOverride icon indicating copy to clipboard operation
ResourceOverride copied to clipboard

Cannot put breakpoints in replacement file

Open mcv opened this issue 8 years ago • 2 comments

The replacement file doesn't show up in the sources in dev tools, which means I can't put breakpoints in the file, making this useless for debugging.

mcv avatar Sep 05 '17 14:09 mcv

It does show up in the sources, the file just has a weird name (it's base64 encoded). Try putting a

debugger;

statement where you want to start debugging in the file.

kylepaulsen avatar Sep 05 '17 19:09 kylepaulsen

Can we make the file appear under sources somehow?

benedikt-buchert avatar Jan 18 '21 07:01 benedikt-buchert