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.
When an error is thrown with a stack trace, we should support source mapping of the source:
Actual:
Click on Scope.$scope.onAddNewClick (http://localhost:8080/app_bundled.js:234:5) triggers:
Expected:
Path to files within stack traces are source mapped to the original source.
Copied from original issue: Microsoft/vscode-chrome-debug#132