←back to thread

376 points turrini | 4 comments | | HN request time: 0.6s | source
Show context
j1elo ◴[] No.42146668[source]
This is a Qt UI for GDB.

There's also gdbgui that I know of, a web-based UI for GDB:

https://www.gdbgui.com/

Always good to see more movement in the debug tooling

replies(5): >>42146748 #>>42146831 #>>42146890 #>>42149697 #>>42150045 #
1. havblue ◴[] No.42150045[source]
I like how gdb with qt creator works without any complicated configuration. You click on some breakpoints then hit play and the ide takes care of the rest.
replies(3): >>42150056 #>>42151074 #>>42151834 #
2. EasyMark ◴[] No.42150056[source]
and drop down into gdb for complicated prints of variables and such
3. dgfitz ◴[] No.42151074[source]
Qtcreator is phenomenal. I don’t like using anything else if possible.
4. IshKebab ◴[] No.42151834[source]
VSCode's built in debug interface is also pretty great. I use it with the CodeLLDB extension and LLDB.

I don't really understand why people would use a separate debugger to the one that their IDE has. Most IDEs have solid debugger interfaces.