question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add sourceMapPathOverrides

See original GitHub issue

There’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:closed
  • Created 4 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
hbenlcommented, Dec 14, 2019

I have added the Path Mapping Wizard, which I think is much better for dealing with path mapping issues than trying to support sourceMapPathOverrides.

2reactions
digitaraldcommented, Oct 18, 2019

@hbenl should we make it a feature request to allow the same property and syntax?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found