|
From: Peter R. <p.r...@sh...> - 2015-04-03 21:44:54
|
On 03/04/15 19:32, John Pote wrote: > I recently had a bug that took a lot of edit, add printfs, compile, run > loops before I tracked it down. (forgot to set a flag). This was all > done from a Windows command prompt window and would have been a lot > quicker if I'd had a good debugger. Any suggestions for a good GUI based > debugger to work with the MinGW compiler would be much appreciated. > > Many thanks, > John John Check out the CodeBlocks or CodelIte IDEs - both have good GU interfaces to GDB although you will have to rebuild the project within these IDEs. (The last time I did a head-to-head comparison, CodelIte had a slightly better GDB interface but that comparison may now be out of date.) Not too sure if Nemiver will build (easily) under Windows but if you want a pure GUI for GDB, that may be worth a look. P. |