QtCreator (my personal favorite), kdevelop, codeblocks are a couple of examples,all of which work with cmake based buildsytems out-of-the box.Licho wrote:Im not sure how devving on linux works, do you use some IDE, where you can graphically set breakpoints, watch variables and modify code on the run?
That's not an exclusive or. QtCreator for example uses gdb with it's own (python scriptable) frontend.Licho wrote:Or do people just use gdb like 25 years ago.