Add sourceMapPathOverrides
See original GitHub issueThere’s a great starting point for debugging Angular apps at vscode-recipes/Angular-CLI, but it uses the sourceMapPathOverrides
key, which doesn’t seem to be supported by Debugger for Firefox. Workarounds would be to add a configuration for Firefox in vscode-recipes/Angular-CLI or to add a snippet for Firefox to Angular Snippets, but it would be nice if Debugger for Firefox could reach feature parity with Debugger for Chrome.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Can VS Code debugging use sourceMapPathOverrides along ...
In this mode, a webRoot property can be added that is passed to the Chrome debug session: "serverReadyAction": { "action": "debugWithChrome" ...
Read more >Microsoft/vscode-chrome-debug - Gitter
Hi folks. Can anyone point me to a set of examples for using the sourceMapPathOverrides please - I am having trouble with a...
Read more >TypeScript debugging with Visual Studio Code
json to help you learn about other debug configuration options. You can also add new debug configurations to launch.json with the Add Configuration...
Read more >VS Code debug specs - Chrome Java Script & Type Script
Need to add some option when you launch Chrome browser. ... 4. add sourceMapPathOverrides launch.json. { "version": "0.2.0", "configurations": [ { "type": ...
Read more >Debugging multiple MiniApps - Electrode Native
Then add the React Native dependencies: yarn add react@16.8.6 react-native@0.60.6 ... Manually add a sourceMapPathOverrides section to configure sourcemaps:.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have added the Path Mapping Wizard, which I think is much better for dealing with path mapping issues than trying to support
sourceMapPathOverrides
.@hbenl should we make it a feature request to allow the same property and syntax?