Then again, I also use Vim as an IDE. But so do a lot of folks here.
Give me 15 minutes and I'll change your view of GDB (2015) [video]
21–30 of 95 posts
Re: Give me 15 minutes and I'll change your view of GDB (2015) [video]
#22If you want to use a powerful gdb visual interface, you may want to try DDD. However, DDD has an old-fashioned GUI which is very crude. I have tried several visual debugging tools, such as RedHat Insight, DDD, Nemiver and kdbg, but none of them is enough powerful or stable. As far as I know, DDD can't display non-English comments in source code. Now I'm using an awesome GDB init file to construct a convenient debuggi…
Re: Give me 15 minutes and I'll change your view of GDB (2015) [video]
#23Re: Give me 15 minutes and I'll change your view of GDB (2015) [video]
#24I found rr to be much better for reverse debugging than gdb's record feature. For some reason, hardware watchpoints while reverse-continuing don't work for me when using gdb record but do when using rr.
Re: Give me 15 minutes and I'll change your view of GDB (2015) [video]
#25Earlier quoted context omitted.
If you are curious as to why you're being downvoted, it's because this comment adds no substance and states something completely obvious. In other words, it was unnecessary. That kind of stuff is for reddit.
No, I am not curious. I know exactly why I am being downvoted. HN'ers sometimes need to lighten up a bit. A little humor among thousands of serious comments (many not useful) is not going to bring down HN and it is incorrect to assume it doesn't add any substance. My comment was not crass, sarcastic, degrading or mean. It was appreciating the commenter's sense of humor in a harmless way.
Re: Give me 15 minutes and I'll change your view of GDB (2015) [video]
#26Re: Give me 15 minutes and I'll change your view of GDB (2015) [video]
#27If you want to use a powerful gdb visual interface, you may want to try DDD. However, DDD has an old-fashioned GUI which is very crude. I have tried several visual debugging tools, such as RedHat Insight, DDD, Nemiver and kdbg, but none of them is enough powerful or stable. As far as I know, DDD can't display non-English comments in source code. Now I'm using an awesome GDB init file to construct a convenient debuggi…
Re: Give me 15 minutes and I'll change your view of GDB (2015) [video]
#28Just wanted to mention gdbgui, a new front end to gdb that I developed which is similar to Chrome's debugger, has a gdb terminal which you can fall back to if you want to run gdb commands, and data structure/value plotting and visualizations similar to ddd. https://github.com/cs01/gdbgui
Re: Give me 15 minutes and I'll change your view of GDB (2015) [video]
#29Re: Give me 15 minutes and I'll change your view of GDB (2015) [video]
#3015 minutes!?! Gosh, even changing my views will be slow with GDB ;-)