microsoft / microsoft/vscode-cpptools
Debugging: Unable to halt execution using arm gdb
Abierto
@pieandcakes ya está trabajando en esto.
Desde el 4/9/2018.
bug
debugger
embedded
- Lenguaje dominante
- TypeScript
- Estrellas
- 6.2k
- Forks
- 1.7k
- Merge medio
- 14 h 46 min
- PR fusionados (30 d)
- 61
Descripción
From @am1ko on April 26, 2017 19:21
- VSCode Version: 1.11.2 (1.11.2)
- OS Version: MacOS Sierra 10.12.3
Steps to Reproduce:
- Setup launch.json to use arm-none-eabi-gdb for debugging a c program on an embedded target (see attached launch.txt)
- Set one breakpoint to beginning of main
- Start debug session
- Breakpoint in main fires. Press "play" button to continue
- Try to halt the target by pressing "pause"
The result is that nothing happens. Any attempt to use the debug console results is
"Unable to perform this action because the process is running."
The way to halt the execution when using command line arm-none-eabi-gdb is to press ctrl-c (SIGINT?). Could this option be added to vscode debugger config?
Copied from original issue: Microsoft/vscode#25467
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.
Evaluación
Este issue todavía no se ha evaluado.