firefox-devtools / firefox-devtools/vscode-firefox-debug
Debug Console points to files with \ instead of /
- Vorherrschende Sprache
- TypeScript
- Sterne
- 447
- Forks
- 76
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
I have a problem that inside Vscode debug console i see errors that points to the correct file, but with wrong slash \ instead of /.
Local: Windows 11, Cursor, Firefox latest
SSH tunnel to: Ubuntu server
It points to:
\srv\http\dev-test-prisma\frontend\src\modules\vehicle\_forms\CrmEquipmentForm\CrmEquipmentForm.vue
Correct:
/srv/http/dev-test-prisma/frontend/src/modules/vehicle/_forms/CrmEquipmentForm/CrmEquipmentForm.vue
```
{
"configurations": [
{
"name": "Launch Firefox (inside backend)",
"type": "firefox",
"request": "launch",
"reAttach": true,
"url": "https://dev-net.test.se:3000",
"webRoot": "/srv/http/dev-test-prisma/frontend/src",
"firefoxExecutable": "C:\\Program Files\\Mozilla Firefox\\firefox.exe",
"profileDir": "C:\\Users\\test\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles\\test.default-release",
"clearConsoleOnReload": true,
"skipFiles": [
"/**",
"**/node_modules/**",
"**/@vue/**",
"**/runtime-core/**",
"**/runtime-dom/**",
"**/.pnpm/**"
],
"pathMappings": [
{
"url": "https://dev-net.test.se:3000/_nuxt/@fs/srv/http/dev-test-prisma/frontend/src/",
"path": "/srv/http/dev-test-prisma/frontend/src/"
},
{
"url": "https://dev-net.test.se:3000/_nuxt/@fs/srv/http/dev-test-prisma/frontend/node_modules/",
"path": "/srv/http/dev-test-prisma/frontend/node_modules/"
},
{
"url": "/@fs/srv/http/dev-test-prisma/frontend/src/",
"path": "/srv/http/dev-test-prisma/frontend/src/"
},
{
"url": "https://dev-net.test.se:3000/_nuxt/",
"path": "/srv/http/dev-test-prisma/frontend/src/"
}
]
}
]
}
```
Anyone know how to change this?
Beitragsleitfaden
Rechercherichtung
Der Bericht nennt keine Quelldateien, Tests oder Einstiegspunkte. Reproduziere zunächst die VS Code Firefox-Debug-Konfiguration mit dem Windows-Client, dem SSH-Tunnel und den gezeigten Ubuntu-Pfaden; abgeschlossen ist dies, wenn entfernte Dateispeicherorte in der Debug-Konsole mit Schrägstrichen angezeigt werden.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- typescript, vscode
- Bereich
- devtools, tooling
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100