This repository was archived by the owner on Oct 2, 2021. It is now read-only.
This repository was archived by the owner on Oct 2, 2021. It is now read-only.
Support source mapping of stack traces in the Debug Console #6
Closed
Description
From @auchenberg on March 22, 2016 22:11
When an error is thrown with a stack trace, we should support source mapping of the source:
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