Debugging With GDB

preview_player
Показать описание
I demonstrate how to use gdb, in both command mode and tui mode, to debug a multiple file project.
Рекомендации по теме
Комментарии
Автор

Excellent! Try to add few more sessions for advanced debugging by gdb

hrumde
Автор

excellent video. very informative . Please add more videos on GDB.

jami
Автор

It is really nice. I am new to gdb. I understood everything what you explained. Please add more videos

vijayank
Автор

I like the tricks for getting TUI to re-draw itself. I've always turned off and on TUI, which is a bit of a pain.

PeeterJoot
Автор

Do you know how I can put tui commands into a file I can source? Eg, ctrl-x a, ctrl-x 2, ctrl-x 2, focus cmd ...?

Arcsecant
Автор

ctrl+L is better for formating window again

ayoubelmhamdi
Автор

Nice video! Alternatively we can use gdbgui, makes debugging a lot easier!!

gyanasahu
Автор

you could of used the refresh command to redraw your text user interface instead of resizing the window.

amuletcbd