have you found a solution to this?
have you found a solution to this?
The compiled helpers have been replaced by gdb/python scripts in 2.x. They are indeed not needed there (unless you are on Mac).
Can you append your debugger log (contents of right pane of Windows->Views->Debugger Log)?
Qt Code:
g++ -m64 -Wl,-O1 -Wl,-rpath,/usr/local/Trolltech/Qt-4.7.3/lib -o qmlobserver qmlruntime.o proxysettings.o qdeclarativetester.o loggerwidget.o deviceorientation.o main.o moc_qmlruntime.o moc_proxysettings.o moc_qdeclarativetester.o moc_deviceorientation.o moc_loggerwidget.o qrc_browser.o qrc_startup.o -L/usr/local/Trolltech/Qt-4.7.3/lib -L/usr/X11R6/lib64 -L/home/enricong/.local/share/data/Nokia/QtCreator/qtc-qmldbg/38922547/ -lQmlJSDebugger -lQtDeclarative -L/usr/local/Trolltech/Qt-4.7.3/lib -lQtSvg -L/usr/X11R6/lib64 -lQtXmlPatterns -lQtScript -lQtSql -lQtOpenGL -lQtGui -lQtNetwork -lQtCore -lGLU -lGL -lpthreadTo copy to clipboard, switch view to plain text mode
This is whats in the log.
However under QML Dump, it says "Cannot be complied"
There is no log for 4.2.1 because it says "Cannot be compiled" for any of them.
When I debug, I cannot see the strings.
If I go back to QtCreator 1.3.1, I can build for 4.2.1 and 4.7.3 and the debugger will show strings for both
Running:
RHEL 5.4
Python 2.7.2
Qt 4.7.4
SIP 4.7.8
PyQt 4.7
After re-reading your mail: You are using Qt 4.2. There is no QML in that version. You should use at least use 4.7.1 if you want QML.
Just to clarify, I am using QT 4.2.1 AND QT 4.7.4
I also have Qt Creator 1.3.1 and 2.3
With QtCreator 1.3.1, I can get the debug helpers built and when I debug I can view QHash's and QStrings.
With QtCreator 2.3, I can build some of the helpers, some say "cannot be compile" or "Not Needed". I do not know if that is the correct display, however, when I debug I can NOT get a nice view of QHash's, QStrings, etc. I would like to know how can I get the "nice" view to display.
Right now, I am using 1.3.1 whenever I debug (for 4.2.1 and 4.7.4) so that I can see the Qt objects nicely.
Running:
RHEL 5.4
Python 2.7.2
Qt 4.7.4
SIP 4.7.8
PyQt 4.7
Was there any resolution to this issue?
Running:
RHEL 5.4
Python 2.7.2
Qt 4.7.4
SIP 4.7.8
PyQt 4.7
No, I am not saying that. I am saying that there is no QML in Qt 4.2. This has nothing to do with Qt Creator at all, QML simply was not invented yet at that time.
Kind of late, but for the record: I had the same problem when using a newer version of Qt and QtCreator at RedHat 5.3. I solved it by building my own python enabled gdb as described at http://qt-project.org/wiki/QtCreatorBuildGdb.
Bookmarks