forked from qt-creator/qt-creator
Doc: Rename "Debugger Console" as "QML Debugger Console"
Change-Id: I9b1fa57b12210f3839998015075a9dbb3d392ea5 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 5.2 KiB |
@@ -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
|
||||
|
||||
|
@@ -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.
|
||||
*/
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user