diff options
author | Lasse Holmstedt <lasse.holmstedt@nokia.com> | 2010-09-24 11:13:29 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-09-27 08:38:47 (GMT) |
commit | 01de6e56c95e43fbbc8b645afbcf37e01a385740 (patch) | |
tree | 88a395ad860a18408ed921373d06b1530b62bf2a | |
parent | 31f96e8d9a90767aac385a2a9657cabe0c1f3889 (diff) | |
download | Qt-01de6e56c95e43fbbc8b645afbcf37e01a385740.zip Qt-01de6e56c95e43fbbc8b645afbcf37e01a385740.tar.gz Qt-01de6e56c95e43fbbc8b645afbcf37e01a385740.tar.bz2 |
QML Debugging: Documentation fixes
Many things have changed with QML debugging in Qt Creator. Now docs
simply refer to Qt Creator documentation.
Reviewed-by: Leena Miettinen
(cherry picked from commit f61d2d16310aa0a87ec1ba823f903f19575aed7c)
-rw-r--r-- | doc/src/declarative/qdeclarativedebugging.qdoc | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/doc/src/declarative/qdeclarativedebugging.qdoc b/doc/src/declarative/qdeclarativedebugging.qdoc index ea21852..64c312c 100644 --- a/doc/src/declarative/qdeclarativedebugging.qdoc +++ b/doc/src/declarative/qdeclarativedebugging.qdoc @@ -79,20 +79,8 @@ QDeclarativeImportDatabase::resolveType "Rectangle" = "QDeclarativeRectangle" \section1 Debugging with Qt Creator \l{http://qt.nokia.com/products/developer-tools}{Qt Creator} provides built-in -support for QML debugging. Open a QML project in Creator and enter Debug mode, -or click the "Start Debugging" option from the menu, and Creator will -show QML debugging information and options for your application, including -object inspection, property monitoring and application frame-rate analysis. - -Creator can be used to debug both local and remote QML applications. To -enable remote debugging, start the \l {QML Viewer} -on the remote device with a debugging port defined, like this: - -\code - QML_DEBUG_SERVER_PORT=3768 qmlviewer myqmlfile.qml -\endcode - -In Creator, open the project settings pane and set the server and port -details for the remote device, then start debugging. +support for QML debugging. QML projects and standalone C++ applications that +utilize QML can be debugged on desktops as well as on remote devices. +For more information, see the Qt Creator Manual. */ |