firefox-devtools / firefox-devtools/vscode-firefox-debug
version 2.6.1 can't debug angular-cli instances started from 'ng serv'
- Langage dominant
- TypeScript
- Étoiles
- 447
- Forks
- 76
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Visual Studio Code 1.41.1 (Windows 10 Enterprise x64)
Debugger for Firefox 2.6.1
Angular Cli 1.7
When trying to debug an angular application started via 'ng serv' and starting the 'Launch localhost' it throws:
**Unable to open 'main.bundle.js':Unable to read file (Error: File not found
(c:\Users\rcoleman\src\vs2019\P\Client\main.bundle.js)).**
Going to http://localhost:4200/main.bundle.js resolves correctly.
I believe this may be due to the fact that starting the angular application from **ng serve** serves the application from memory and _not_ from files on the disk.
The 'Debugger for Chrome' VS Code extension is able to properly function. What can I do to resolve this issue in the Firefox extension?
Thanks.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Reproduisez l’échec avec VS Code 1.41.1, Angular CLI 1.7, `ng serve` et la configuration `Launch localhost` de l’extension Firefox. Comparez la manière dont elle gère la `main.bundle.js` en mémoire servie sur localhost:4200 avec l’extension Chrome fonctionnelle ; le travail est terminé lorsque le débogage Firefox peut ouvrir et mapper l’application Angular sans erreur de fichier manquant.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- angular, typescript, vscode
- Domaine
- devtools, tooling
- Type d'issue
- Bug
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100