←back to thread

376 points turrini | 1 comments | | HN request time: 0.199s | source
Show context
alexhutcheson ◴[] No.42146843[source]
GDB also has a built-in text user interface (TUI) that is surprisingly easy to use[1]. It even supports mouse interaction.

[1] https://sourceware.org/gdb/current/onlinedocs/gdb.html/TUI.h...

replies(4): >>42146899 #>>42149505 #>>42150401 #>>42151565 #
genpfault ◴[] No.42146899[source]
Only works if GDB has been built with TUI support, sadly :(
replies(2): >>42147067 #>>42147820 #
shortrounddev2 ◴[] No.42147820[source]
Is it not usually? I've never had to compile gdb myself to get TUI
replies(2): >>42149059 #>>42149957 #
1. srott ◴[] No.42149957[source]
Only seen on some minor embeded systems but it’s not a big deal to compile gdb with tui support enabled.