Doc: Rename "Debugger Console" as "QML Debugger Console"

Change-Id: I9b1fa57b12210f3839998015075a9dbb3d392ea5
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Leena Miettinen
2019-03-22 10:07:20 +01:00
parent 706dcd9da2
commit ec0565b26f
4 changed files with 8 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@@ -97,7 +97,7 @@
\image qtquick-example-setting-breakpoint3.png \image qtquick-example-setting-breakpoint3.png
\li To execute JavaScript commands in the current context, open the \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 \image qml-script-console.png

View File

@@ -227,11 +227,11 @@
\section1 Executing JavaScript Expressions \section1 Executing JavaScript Expressions
When the application is interrupted by a breakpoint, you can use the 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 > 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 You can change property values temporarily, without editing the source, and
view the results in the running application. You can change the property view the results in the running application. You can change the property
@@ -239,7 +239,7 @@
\section1 Applying QML Changes at Runtime \section1 Applying QML Changes at Runtime
When you change property values in the \uicontrol {Debugger Console} or in When you change property values in the \uicontrol {QML Debugger Console} or
the \uicontrol Locals or \uicontrol Expression view, they are immediately in the \uicontrol Locals or \uicontrol Expression view, they are immediately
updated in the running application, but not in the source code. updated in the running application, but not in the source code.
*/ */

View File

@@ -137,7 +137,7 @@
\li \uicontrol{Compile Output} \li \uicontrol{Compile Output}
\li \uicontrol {Debugger Console} \li \uicontrol {QML Debugger Console}
\li \uicontrol {To-Do Entries} \li \uicontrol {To-Do Entries}
@@ -164,7 +164,7 @@
\uicontrol {Window > Output Panes}. To display the \uicontrol {To-Do Entries} pane, \uicontrol {Window > Output Panes}. To display the \uicontrol {To-Do Entries} pane,
enable the Todo plugin. 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}. \l{Executing JavaScript Expressions}.
\section2 Issues \section2 Issues