View Single Post
Old 05-09-2023, 09:31 AM   #8
rkomar
Wizard
rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.
 
Posts: 3,039
Karma: 18821071
Join Date: Oct 2010
Location: Sudbury, ON, Canada
Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633
ddd is a graphical front-end to gdb. I found it especially useful for visualizing the contents of structures. When you hover your mouse over a variable, it displays the value it contains in a popup. That really sped up visualizing the current state of the program for me. Of course, it also makes stepping, handling break points,... (the usual debugger stuff) more convenient than typing into the command line. It isn't an IDE, but it might be helpful to a linux debugging newbie.
rkomar is offline   Reply With Quote