From 12a66bfa1fb382d7d2b4352b9d199328d9f32c10 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint <Friedemann.Kleint@nokia.com> Date: Thu, 28 May 2009 15:31:12 +0200 Subject: [PATCH] Updated documentation for 1.2 Reviewed-by: Kavindra Palaraja <qtc-committer@nokia.com> --- doc/qtcreator.qdoc | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index 8b74932214f..bb26d3e335f 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -1045,15 +1045,22 @@ \header \o Debugger Engine \o Notes + \row + \o Gdb + \o Requires gdb version 6.8. \row \o Debugging Tools for Windows \o Using this engine requires you to install the - \e{Debugging Tools for Windows} 32-bit package (Version 6.10), + \e{Debugging Tools for Windows} + \l{http://www.microsoft.com/whdc/devtools/debugging/installx86.Mspx}{32-bit} + or + \l{http://www.microsoft.com/whdc/devtools/debugging/install64bit.Mspx}{64-bit} + package (Version 6.10 for the 32-bit or the 64-bit version of Qt Creator, respectively), which is freely available for download from the \l{http://msdn.microsoft.com/en-us/default.aspx} - {Microsoft Developer Network} or directly from - \l{http://www.microsoft.com/whdc/devtools/debugging/installx86.Mspx} - {Microsoft}. The pre-built \e{Qt SDK for Windows} will make use + {Microsoft Developer Network}. + + The pre-built \e{Qt SDK for Windows} will make use of the library if it is present on the system. When building Qt Creator using the Microsoft Visual C++ Compiler, the \c{"%ProgramFiles%\Debugging Tools for Windows"} path will be @@ -1702,6 +1709,14 @@ \page creator-known-issues.html \nextpage creator-acknowledgements.html + \title Known Issues of Version 1.2.0 + + \list + \o Gdb on Windows may not work if the 'Embassy Security Center' software + by 'Wave Systems' is installed and active (causing crashes in \c{vxvault.dll)}). + \o Only simple data types (POD) work in the Watch Window of CDB + \endlist + \title Known Issues of Version 1.1.80 There are some known issues with Qt Creator 1.1.80. -- GitLab