firefox-devtools / firefox-devtools/vscode-firefox-debug
The logpoints set in vscode are not displayed in browser console
- Lenguaje dominante
- TypeScript
- Estrellas
- 447
- Forks
- 76
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
Línea de trabajo
Comienza reproduciendo el problema con las configuraciones launch y attach proporcionadas de VS Code en Firefox y compara el comportamiento con Chrome Attach. Sigue cómo procesa un logpoint el Firefox debug adapter y la console, y considera completado el problema cuando un logpoint establecido en VS Code produzca su mensaje en la Firefox browser console.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- typescript
- Área
- devtools
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 40/100