|
From: John P. <joh...@o2...> - 2015-04-12 21:56:45
|
Giving Qt Creator a try but ran into this difficulty. I have a 'hello world' project created, compiled without errors and runs showing the output in the Application Output window. But when I click the debug button an Execution Error message box is shown with the message "The selected build of GDB does not support Python scripting. It cannot be used in Qt Creator". I pointed Qt Creator to the debugger '\mingw\bin\gdb.exe'. Anyone any idea how to fix this problem. Regards, John On 04/04/2015 12:19, Matt D. wrote: > On 4/3/2015 20: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. > Hi! > > I can definitely recommend Qt Creator: > http://doc.qt.io/qtcreator/creator-debugging.html > http://doc.qt.io/qtcreator/creator-debugger-engines.html > > Despite the name, it also works great for standard (read: non-Qt) C++ > applications, it's cross-platform (Linux, OS X, Windows), has a growing > community, and is currently under active development resulting in a lot > of new features (supports MinGW/GCC, Clang (with support for its static > analyzer as well as using its engine for auto-completion), finally -- in > addition to MinGW -- it also supports MSVC under Windows). > Recent updates: > http://blog.qt.io/blog/2015/03/05/qt-creator-3-4-beta1-released/ > > Tutorials: > http://web.stanford.edu/class/cs106b/qtcreator/DebuggingWithQtCreator.pdf > https://www.youtube.com/watch?v=B7UsWtyhXh4 > http://web.stanford.edu/class/cs106b/qtcreator/qtcreator.html > > "Getting Started Debugging on Linux" talk by Bruce Dawson is also quite > informative: > https://www.youtube.com/watch?v=xTmAknUbpB0 > > Example: > http://doc.qt.io/qtcreator/creator-debugging-example.html > > Best, > > Matt > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for all > things parallel software development, from weekly thought leadership blogs to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > MinGW-users mailing list > Min...@li... > > This list observes the Etiquette found at > http://www.mingw.org/Mailing_Lists. > We ask that you be polite and do the same. Disregard for the list etiquette may cause your account to be moderated. > > _______________________________________________ > You may change your MinGW Account Options or unsubscribe at: > https://lists.sourceforge.net/lists/listinfo/mingw-users > Also: mailto:min...@li...?subject=unsubscribe > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2015.0.5863 / Virus Database: 4321/9451 - Release Date: 04/04/15 > > |