forked from qt-creator/qt-creator
Move QmlConsole to Debugger
Now it is closer to its only user and possibly reusable for no-QML uses there. We also drop the QML/JS syntax checker. The application being debugged can already tell us about syntax errors. There is no need to duplicate that functionality. Change-Id: I2ba151f9f4c854c6119ba5462c21be40bddcebf9 Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com> Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -335,7 +335,7 @@
|
||||
|
||||
\li \uicontrol{Compile Output}
|
||||
|
||||
\li \uicontrol {QML/JS Console}
|
||||
\li \uicontrol {Debugger Console}
|
||||
|
||||
\li \uicontrol {To-Do Entries}
|
||||
|
||||
@@ -460,14 +460,14 @@
|
||||
|
||||
Select the \uicontrol {Cancel Build} button to cancel the build.
|
||||
|
||||
\section2 QML/JS Console
|
||||
\section2 Debugger Console
|
||||
|
||||
In the \uicontrol {QML/JS Console}, you can type JavaScript expressions and use them to get
|
||||
In the \uicontrol {Debugger Console}, you can type JavaScript expressions and use them to get
|
||||
information about the state of your application during debugging. You can change property
|
||||
values temporarily, without editing the source, and view the results in the running
|
||||
application.
|
||||
|
||||
\image qml-script-console.png "QML/JS Console"
|
||||
\image qml-script-console.png "Debugger Console"
|
||||
|
||||
You can change the property values permanently in the code editor.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user