ext Matthias Pospiech schrieb: > Robert Löhning schrieb: >> ext Matthias Pospiech schrieb: >> >>> I have installed cdb and configured the path correct. >>> >> did you enable cdb in Tools / Options / Debugger / Cdb ? You have to >> check the box and enter the path where cdb.exe is located. >> > That is what I meant by 'I have installed cdb and configured the path > correct.' However I forgot the restart QtCreator. > > However now I get the error: > "Ausgabe Hilfbibliothek nicht gefunden" (which could be translated as > output help library not found) > > What does this mean now?
This means that you are now able to debug using cdb but Qt classes won't look nice in the Locals & Watchers view. To build the debugging helpers go to Tools / Options / Qt4 / Qt Versions , select the Qt version you are using and click on "Debugging Helper: [Rebuild]". This will only take some seconds. Oder, unter uns: "Debugger-Ausgabe-Hilfsbibliothek: [Neu erstellen]" ;-) Robert _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
