firefox-devtools / firefox-devtools/vscode-firefox-debug
The logpoints set in vscode are not displayed in browser console
- Lingua principale
- TypeScript
- Stelle
- 447
- Fork
- 76
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Hi,
I have this
```
"configurations": [
{
"name": "Launch Firefox Dev Edition",
"type": "firefox",
"request": "launch",
"reAttach": true,
"url": "http://localhost:4200",
"firefoxExecutable": "/home/dev/firefox-dev/firefox",
"webRoot": "${workspaceFolder}",
"profile": "dev-edition-debug",
"keepProfileChanges": true,
"pathMappings": [
{
"url": "webpack:///src",
"path": "${workspaceFolder}/src"
}
]
}
]
```
The breakpoint work well but if i set a logpoint this is not displayed in browser console.
I tried with firefox developer edition (v104) firefox (v103) firefox (v100.0.2) both in launch and in attach request with the same behavior.
I also tried with Chrome Attach and the logpoints are displayed in chrome console.
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Inizia riproducendo il problema con le configurazioni launch e attach di VS Code fornite in Firefox e confronta il comportamento con Chrome Attach. Traccia come un logpoint viene gestito dal Firefox debug adapter e dalla console, e considera il problema completato quando un logpoint impostato in VS Code produce il suo messaggio nella Firefox browser console.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- typescript
- Ambito
- devtools
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 40/100