diff options
author | Pierre Rossi <pierre.rossi@nokia.com> | 2010-08-19 12:55:39 +0200 |
---|---|---|
committer | Pierre Rossi <pierre.rossi@nokia.com> | 2010-08-19 14:47:45 +0200 |
commit | 4bf97f1f9870dfe0ed7813a8383b1f10181e63cd (patch) | |
tree | 1d4bbe6bc75bf160221f7820ea19c6aa1ea76ad6 /doc/qtcreator.qdoc | |
parent | a3804bbfe3dbc15ba895b2a289163a7613019d8f (diff) | |
download | qt-creator-4bf97f1f9870dfe0ed7813a8383b1f10181e63cd.tar.gz |
Doc: mention how to enable tooltips with watchers in Debug mode.
Rephrased thanks to Leena.
Reviewed-by: Leena Miettinen
Diffstat (limited to 'doc/qtcreator.qdoc')
-rw-r--r-- | doc/qtcreator.qdoc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index c8238aa1e8..359ddd4cbb 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -4558,6 +4558,9 @@ program is interrupted. To do so, click the \gui Value column, modify the value with the inplace editor, and press \key Enter (or \key Return). + You can enable tooltips in the main editor displaying this information. + For more information, see \l{Showing Tooltips in Debug Mode}. + \note The set of watched items is saved in your session. */ @@ -6388,6 +6391,15 @@ \o Uncheck the \gui{Use Debugging Helper} checkbox. \endlist + \section1 Showing Tooltips in Debug Mode + + To inspect the value of variables from the editor, you can turn + on tooltips. Tooltips are hidden by default for performance reasons. + + \list 1 + \o Select \gui Tools > \gui Options... > \gui Debugger > \gui General. + \o Select the \gui {Use tooltips in main editor while debugging} check box. + \endlist \section1 Locating Files |