With Debug v3.1.0, line numbers always point to the debug file browser.js (loading from node_modules/debug/src/browser.js)

I see some closed issues on this topic: https://github.com/visionmedia/debug/issues/105
Seeing the correct line numbers would be a very nice feature.
Also, thanks for the great work.
+1
The original issue was closed because there is no actionable fix, so unfortunately I'm going to have to do the same for this one. Maybe browsers will someday support a feature to skip over that line of the stack trace but at this time it is impossible.
@richdyang @krismeister fyi this can be solved in Chrome with https://developer.chrome.com/devtools/docs/blackboxing.
I added two paths, and now my file/line no is correct for console logs.
/debug/src/browser.js
/debug/src/debug.js
@j-walker23 Thanks. So smart solution. Even nobody think of this workaround.!
Thanks @j-walker23
@petahbred @chaoyangnz You're welcome!
Most helpful comment
@richdyang @krismeister fyi this can be solved in Chrome with https://developer.chrome.com/devtools/docs/blackboxing.
I added two paths, and now my file/line no is correct for console logs.
/debug/src/browser.js/debug/src/debug.js