|
From: Raymond B. <ray...@ou...> - 2015-04-03 20:58:00
|
I don't think there is anything better than the debugging experience of VS, but that won't read GCC symbols. WinDBG is spartan, but I see some claims that it reads COFF symbols. The last (well put together) product (although it's just an RC build) coming to mind is CLion from JetBrains. > Date: Fri, 3 Apr 2015 19:32:46 +0100 > From: joh...@o2... > To: Min...@li... > Subject: [Mingw-users] Good GUI debugger for MinGW? > > 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 |