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

Remote Debugging Cursor not visible in vscode.

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

Descripción

> Version 2.2.0 of the debug adapter supports remote development. Please try it out and tell me if it works for you.

@hbenl I can set and hit a breakpoint in vscode in a JS file, this shows in the vscode debugging toolbar, as well as the firefox debugger, while I can Step Over or Step In using either the vscode debugging toolbar or the firefox debugger -- I can only see where what line the cursor is on in the firefox debugger -- **I can't see what line the cursor is on in the vscode JS file.**

The vscode instance is running in a .devcontainer, while the firefox browser (`firefox -start-debugger-server -dev-tools`) is running on the host (my laptop).

```
{
// https://github.com/firefox-devtools/vscode-firefox-debug
// Before attaching, start Firefox from a host terminal using the following:
// firefox -start-debugger-server -dev-tools
"name": "Firefox: attach localhost:5000",
"type": "firefox",
"request": "attach",
"url": "http://localhost:5000",
"webRoot": "${workspaceFolder}/application"
}
```

_Originally posted by @jonfen in https://github.com/firefox-devtools/vscode-firefox-debug/issues/104#issuecomment-548568174_

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Reproduce el informe con la configuración de attach de Firefox proporcionada, utilizando una instancia de VS Code en un .devcontainer y Firefox en el host. Empieza rastreando cómo se informa al adaptador de depuración de VS Code del estado de los puntos de interrupción y de la ejecución paso a paso; se considera terminado cuando la línea de ejecución actual es visible en el archivo JavaScript de VS Code tal como lo es en Firefox.

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
4/5
Tiempo estimado
3-5 días
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
35/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.