Debugger error in QtCreator 2.3
-
Hello guys!
I've a problem when I setup the debugger(with python support) in qtcreator. I create a clone of gcc in tool-chain and in debugger path I've put the debugger which come with qtcreator(from the folder pythongdb/). But when I start the debugger, it says :
@dQUEUE: RUN ENGINE
dCALL: RUN ENGINE
<91-exec-run91^error,msg="Don't know how to run. Try \"help target"."
dDon't know how to run. Try "help target".
dNOTE: ENGINE RUN FAILED@Can anyone help me please? Thanks a lot!
-
Which version of gdb are you using (recommended is 7.2 or later)? Which platform are you on? Which gcc are you using?
-
Did you ever find a solution to this problem. I am experiencing it with Qt Creator versions 2.5.0 and 2.6.0. I am using gdb-x86_64-pc-mingw32.exe version 7.2 and gcc version 4.4.0.
-
major_tom3: The debugger found in mingw is know to fail:-( You can find a working one at http://builds.qt-project.org/
-
Thanks, Tobias, but I can only see a 32-bit version there.