How can I debug the program using GDB?
Abierto
- Lenguaje dominante
- C
- Estrellas
- 9.1k
- Forks
- 995
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I tried to debug the program using GDB and VS Code, but since the code uses escape sequences on Terminal for display, it can interfere with GDB output. For example, when a program calls `write(1, "\x1b[6n" , 4)` GDB will just hang there and not continue. How can I debug in this case? Thanks!
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.