kylepaulsen / ResourceOverride

An extension to help you gain full control of any website by redirecting traffic, replacing, editing, or inserting new content.
MIT License
472 stars 119 forks source link

Cannot put breakpoints in replacement file #15

Open mcv opened 7 years ago

mcv commented 7 years ago

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.

kylepaulsen commented 7 years ago

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.

benedikt-buchert commented 3 years ago

Can we make the file appear under sources somehow?