firefox-devtools / firefox-devtools/vscode-firefox-debug

Delay for debugger to attach

Abierto
#92 13 comentarios 0 reacciones 0 asignados Ver en GitHub
bug needs more info
Lenguaje dominante
TypeScript
Estrellas
447
Forks
76
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

I'm experiencing a delay between launching the debugger in VS Code and having the debugger fully attach. The browser opens, and the page loads, but all of the breakpoints in VS Code are grayed out and the context menu in the browser won't open. After about 30 seconds, the debugger finally finishes attaching, the breakpoints become active, and the context menu starts working in the browser. I'm on a Mac with the latest version of iOS, Firefox and VS Code, using the following config;
```
{
"name": "Launch Firefox",
"type": "firefox",
"request": "launch",
"url": "http://localhost:3000",
"pathMappings": [
{
"url": "http://localhost:3000/path/to/my-repo/",
"path": "${workspaceFolder}/"
}
]
}
```

Any ideas what might be causing this delay? Has anyone else experienced this? I'm happy to help debug further, but I'm not sure where to start looking, so any hints would be helpful.

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

No se indica ningún archivo de origen ni ninguna prueba. Reproduce el problema usando la configuración de lanzamiento de VS Code Firefox proporcionada y observa cuándo se abre el navegador, se activan los breakpoints y el menú contextual pasa a estar disponible. Se considera terminado cuando se haya identificado la causa del retraso de aproximadamente 30 segundos del attach y se haya documentado un fix verificado o el siguiente paso de diagnóstico.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
typescript, vscode
Área
devtools, tooling
Tipo de issue
Error
Dificultad
4/5
Tiempo estimado
3-5 días
Estado de actividad
Estancado
Claridad
Necesita aclaración
Aptitud para principiantes
30/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.