QML debug prompent....
-
qmljsdebugger=port:3768 “-qmljsdebugger=port:3768,block”
dDebugger: C:\Qt\qtcreator-2.2.84\pythongdb\gdb-i686-pc-mingw32.exe
QML server: 127.0.0.1:3768
QmlJSDebugger: Connecting to debug server 127.0.0.1:3768
sQmlJSDebugger:disconnect
sQmlJSDebugger:error:(0) unknow error
tell me why ??
set is right,,no prompent.but debuuger is error? QML not debug..
who help me !! -
It seems your getting an error when debugging in QtCreator, right? First of all, if you're not interested in debugging QML (just C++) you can disable the QML debugger under Project ->Run Settings, just uncheck the QML debugger checkbox. Anyhow, if you want to debug QML/JS, and have problems with it, I suggest to file a detailed bugreport to bugreports.qt.nokia.com, Qt Creator component. The bug report should include: Qt version used, Content of Application Output pane, Content of Debugger Log view, and what the actual problem is (e.g. what you expect to happen vs what happens).
-
thank you .....my project is right ,,QML debug is right ..
thd QT QML demos is not debug..
now go on debug code
[quote author="kkoehne" date="1314554173"]It seems your getting an error when debugging in QtCreator, right? First of all, if you're not interested in debugging QML (just C++) you can disable the QML debugger under Project ->Run Settings, just uncheck the QML debugger checkbox. Anyhow, if you want to debug QML/JS, and have problems with it, I suggest to file a detailed bugreport to bugreports.qt.nokia.com, Qt Creator component. The bug report should include: Qt version used, Content of Application Output pane, Content of Debugger Log view, and what the actual problem is (e.g. what you expect to happen vs what happens).[/quote] -
What project (.pro file) are you trying to debug?