diff --git a/doc/images/qml-script-console.png b/doc/images/qml-script-console.png index b1fc61b36d6..08679a60b22 100644 Binary files a/doc/images/qml-script-console.png and b/doc/images/qml-script-console.png differ diff --git a/doc/src/debugger/qtquick-debugger-example.qdoc b/doc/src/debugger/qtquick-debugger-example.qdoc index 1e1288a5bdd..e749f9c1a27 100644 --- a/doc/src/debugger/qtquick-debugger-example.qdoc +++ b/doc/src/debugger/qtquick-debugger-example.qdoc @@ -97,7 +97,7 @@ \image qtquick-example-setting-breakpoint3.png \li To execute JavaScript commands in the current context, open the - \uicontrol {Debugger Console} output pane. + \uicontrol {QML Debugger Console} output pane. \image qml-script-console.png diff --git a/doc/src/debugger/qtquick-debugging.qdoc b/doc/src/debugger/qtquick-debugging.qdoc index 2cda2eb1982..a383df6f348 100644 --- a/doc/src/debugger/qtquick-debugging.qdoc +++ b/doc/src/debugger/qtquick-debugging.qdoc @@ -227,11 +227,11 @@ \section1 Executing JavaScript Expressions When the application is interrupted by a breakpoint, you can use the - \uicontrol {Debugger Console} to execute JavaScript expressions in the + \uicontrol {QML Debugger Console} to execute JavaScript expressions in the current context. To open it, choose \uicontrol Window > - \uicontrol {Output Panes} > \uicontrol {Debugger Console}. + \uicontrol {Output Panes} > \uicontrol {QML Debugger Console}. - \image qml-script-console.png "Debugger Console" + \image qml-script-console.png "QML Debugger Console" You can change property values temporarily, without editing the source, and view the results in the running application. You can change the property @@ -239,7 +239,7 @@ \section1 Applying QML Changes at Runtime - When you change property values in the \uicontrol {Debugger Console} or in - the \uicontrol Locals or \uicontrol Expression view, they are immediately + When you change property values in the \uicontrol {QML Debugger Console} or + in the \uicontrol Locals or \uicontrol Expression view, they are immediately updated in the running application, but not in the source code. */ diff --git a/doc/src/howto/creator-only/creator-ui.qdoc b/doc/src/howto/creator-only/creator-ui.qdoc index 6b80944189d..153c9ed34f7 100644 --- a/doc/src/howto/creator-only/creator-ui.qdoc +++ b/doc/src/howto/creator-only/creator-ui.qdoc @@ -137,7 +137,7 @@ \li \uicontrol{Compile Output} - \li \uicontrol {Debugger Console} + \li \uicontrol {QML Debugger Console} \li \uicontrol {To-Do Entries} @@ -164,7 +164,7 @@ \uicontrol {Window > Output Panes}. To display the \uicontrol {To-Do Entries} pane, enable the Todo plugin. - For more information about the \uicontrol {Debugger Console} view, see + For more information about the \uicontrol {QML Debugger Console} view, see \l{Executing JavaScript Expressions}. \section2 Issues