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:
@@ -84,7 +84,7 @@
|
||||
\image qtquick-example-setting-breakpoint3.png
|
||||
|
||||
\li To execute JavaScript commands in the current context, open the
|
||||
\uicontrol {QML/JS Console} output pane.
|
||||
\uicontrol {Debugger Console} output pane.
|
||||
|
||||
\li To change the score to 1000, enter \c{gameCanvas.score = 1000}
|
||||
in the console.
|
||||
@@ -108,7 +108,7 @@
|
||||
\inlineimage qml-inspector-select-button.png
|
||||
(\uicontrol Select) to activate selection mode and then click the
|
||||
\uicontrol {Quit} button to move into the \uicontrol ButtonLabel component
|
||||
in the \uicontrol {QML/JS Console} and the code editor.
|
||||
in the \uicontrol {Locals and Expressions} and the code editor.
|
||||
|
||||
\li In the \uicontrol {Locals and Expressions} view, double-click the value of
|
||||
the \c text property to change it temporarily from \uicontrol {Quit} to
|
||||
|
||||
Reference in New Issue
Block a user