You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2021. It is now read-only.
Despite this feature having been implemented and working for some (see #6) I'm still not seeing my Javascript sources' URLs being mapped to their local paths in stack traces in my debug console, which look like this:
TypeError: bounds.aspect is not a function
at Size.resizeToFit (http://localhost:3000/js/Geometry.js:103:31)
...
The part of the URL after the protocol is clickable, but results in a file not found error. By the way I'm talking about plain JS files with no sourcemaps. My debug launch config looks like this: