I am using Source Maps in JavaScript.
I put "debugger" in my code so that I could step through it but I end up down a very deep rabbit hole of library code and often give up. Even though I blackbox the library scripts, the blackboxing is ignored by Chrome; this makes the step through debugger far less useful in many circumstances.
How can I use Source Maps in Chrome and have it actually black box as expected?