Тёмный

Software Development with C++: GDB TUI 

CoffeeBeforeArch
Подписаться 22 тыс.
Просмотров 2,3 тыс.
50% 1

In this video we look at the basics of debugging with GDB's Text User Interface (TUI)!
GDB TUI Documentation: sourceware.org...
For code samples: github.com/coff...
For live content: / coffeebeforearch

Опубликовано:

 

24 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 7   
@markusbuchholz3518
@markusbuchholz3518 Год назад
Thank you so much Nick. GDB TUI is extremely powerful and helps to perform consistently the work. Really impressive! I did not about that "feature" before. Thank you for all your advices, good practices, and knowledge you share! Have a nice day!
@CoffeeBeforeArch
@CoffeeBeforeArch Год назад
Always happy to share! Cheers, --Nick
@theBigNine
@theBigNine Год назад
Thanks a lot, Nick. The video help me to try several features that GDB have! Cheers!
@alanhenderson5762
@alanhenderson5762 Год назад
I like the color formatting you have for the TUI; when I do ctrl-x 1 there is no color formatting. Do you know how I can enable that?
@CoffeeBeforeArch
@CoffeeBeforeArch Год назад
Styling was added in I believe GDB 8.3, so I would check that you are running at least that. You can find the styling options here - sourceware.org/gdb/onlinedocs/gdb/Output-Styling.html
@jl-bits
@jl-bits Год назад
thank you very much, very useful info.
@Quancept
@Quancept 6 месяцев назад
thank you so much :)