Support SteppingGranularity "block"
@roblourens ya está trabajando en esto.
Desde el 18/11/2022.
Evaluación
Este issue todavía no se ha evaluado.
Descripción
DAP supports SteppingGranularity, which is defined as
type SteppingGranularity = 'statement' | 'line' | 'instruction';
However, some debuggers like LLDB support stepping to the end of a block. From LLDB help:
$ help thread step-over
-e <linenum> ( --end-linenumber <linenum> )
The line at which to stop stepping - defaults to the next line and only supported for step-in and step-over. You can also pass the string
'block' to step to the end of the current block. This is particularly use in conjunction with --step-target to step through a complex
calling sequence.
So the following steps to the end of the current block:
thread step-over -e block
Could this "block" verb be added to SteppingGranularity?
- Lenguaje dominante
- HTML
- Estrellas
- 1.8k
- Forks
- 173
- Merge medio
- 7 d 7 h
- PR fusionados (30 d)
- 2
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de microsoft/debug-adapter-protocol
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 68/100
-
Dificultad 5/5 Más de una semana Aptitud para principiantes 35/100
microsoft/debug-adapter-protocol#633 · 1 comentario ·
-
Dificultad 4/5 3-5 días Aptitud para principiantes 42/100
-
Dificultad 5/5 Más de una semana Aptitud para principiantes 35/100
microsoft/debug-adapter-protocol#599 · 8 reacciones ·
-
under-discussion
Dificultad 2/5 1-3 horas Aptitud para principiantes 48/100
microsoft/debug-adapter-protocol#596 · 9 comentarios ·