Debug through source files in Chrome DevTools
See original GitHub issueThanks for the initiative in creating this CLI tool for Chrome extensions with Angular. What I thing it’s missing is not having the option to analyze and debug the angular app implementation with source code. After creating a new project and starting it I get the fallowing warnings when inspecting the Angular popup:
DevTools failed to parse SourceMap: chrome-extension://jchfjdadafmbllfnkkmnoopppgkpdboj/runtime.js.map
DevTools failed to parse SourceMap: chrome-extension://jchfjdadafmbllfnkkmnoopppgkpdboj/polyfills.js.map
DevTools failed to parse SourceMap: chrome-extension://jchfjdadafmbllfnkkmnoopppgkpdboj/styles.js.map
DevTools failed to parse SourceMap: chrome-extension://jchfjdadafmbllfnkkmnoopppgkpdboj/vendor.js.map
DevTools failed to parse SourceMap: chrome-extension://jchfjdadafmbllfnkkmnoopppgkpdboj/main.js.map
DevTools failed to parse SourceMap: chrome-extension://jchfjdadafmbllfnkkmnoopppgkpdboj/modules-popup-popup-module.js.map
This is surely related. Don’t know if there is an issue with the generated source maps. For some reason source maps for SCSS seem OK and e.g. styles.scss can be open fine with Chrome DevTools.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to go to a specific file in Chrome Developer Tools?
Use CTRL + SHIFT + F to search for content in files. Use CTRL + SHIFT + O to search for file names....
Read more >Search: Find text across all loaded resources
Press Command + Option + F (Mac) or Control + Shift + F (Windows/Linux). # Search for text across all loaded resources. To...
Read more >Debugging in the browser - The Modern JavaScript Tutorial
Open the example page in Chrome. Turn on developer tools with F12 (Mac: Cmd+Opt+I ). Select the Sources panel.
Read more >Chrome DevTools - 20+ Tips and Tricks - KeyCDN
You can quickly search all of your source code by pressing Cmd + Opt + F ( Ctrl + Shift + F )....
Read more >Using the Chrome Debugger Tools, part 3: The Source Tab
At its simplest, the Sources tab allows you to set breakpoints and evaluate expressions in Javascript whether that Javascript was loaded from a...
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
Ill keep this issue open to see if it needs a fix from our side later on.
I’ve been digging into this issue to see if I could find a solution, but it seems to be a bug on Chrome. A fix might come around on Chrome v82: https://bugs.chromium.org/p/chromium/issues/detail?id=1052872#c14 So nothing we can do at the moment I guess.