Greetings! Finally stared learning C and I think the time has come to start working with a debugger. At this time I'm using Gvim for editor and command line for compiling. After trying few debuggers ( KDbg, ddd,insight ) running gdb seems to be the simplest and least overwhelming at the moment.
I'm I on the right path or is there a better way to go about it?
I also tried NetBeans and Anjuta, but they feel like a little bit much for this step of the journey. Thanks in advance.