←back to thread

376 points turrini | 1 comments | | HN request time: 0.207s | 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 #
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 #
1. 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.