Which is the best Linux C/C++ debugger (or front-end to gdb) to help teaching programming?
- by omer.gimenez
I teach a sort of "lite" C++ programming course to novices ("lite" meaning no pointers, no classes, just plain old C, plus references and STL string and vectors). Students have no previous experience in programming, so I believe that using an interactive debugger would help them understand program flow, variables, and recursion.
The course is…