ResourceOverride
ResourceOverride copied to clipboard
Cannot put breakpoints in replacement file
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.
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.
Can we make the file appear under sources somehow?