Quote Originally Posted by BleaS View Post
I use DevC++ so whatever debugger they have?
They use the gdb debugger with a graphical interface. What problems are you having with it? Are you able to set break points? Single step in code? Watch variables? It should be straightforward.

But the issue really is that DevC++ is a dead project -- it hasn't been updated in years. If anything, invest the time in getting CodeBlocks IDE, which also uses gcc and gdb.

Regards,

Paul McKenzie