From 50373f365dbd72a30771b9a21b89a08760cd41f5 Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 12 Jul 2011 13:24:24 +0200 Subject: [PATCH] add some debugger, analyzer and fakevim changes to changes-2.3.0 Change-Id: I3d621a83f23b344f70251a1c0de236e7c17fc4df Reviewed-on: http://codereview.qt.nokia.com/1521 Reviewed-by: Qt Sanity Bot Reviewed-by: Eike Ziller --- dist/changes-2.3.0 | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/dist/changes-2.3.0 b/dist/changes-2.3.0 index df7a42afcea..8966abcb56e 100644 --- a/dist/changes-2.3.0 +++ b/dist/changes-2.3.0 @@ -22,9 +22,34 @@ Debugging * Color memory display highlighting the variables in stack layout * Correct source location for breakpoints in CDB using code model (QTCREATORBUG-2317) + * Added support for multiple breakpoints from one location + (covering constructors/destructors, template functions, etc.) + * Added custom dumper for QXmlAttributes, Eigen::Matrix + * Added choice to set watchpoints on either address or expression + * Added framework to modify strings, vectors etc. during debugging + * Added option to stop on qWarning + * Renamed "Locals and Watchers" into "Locals and Expressions" + * Renamed "Watchpoint" into "Data Breakpoints" + * Make original value of automatically dereferenced pointer accessible + * Improved "Add Breakpoint..." dialog + * Improved display of enums (include numeric value) + * Improved speed of QVariant dumper + * Improved handling of shadowed local variables + * Fixed object expansion in tooltip + * Fixed std::deque dumper (QTCREATORBUG-4936) + * Fixed handling of watched expressions with unusual characters + * Fixed "Run To Line" on Mac (QTCREATORBUG-4619) + * Fixed output parsing for data breakpoints on Mac (QTCREATORBUG-4797) + * Fixed auto-continue on SIGTRAP (QTCREATORBUG-4968) + * Fixed dumper for gcc 4.4's std::map Debugging QML/JS +Analyzer + * Redesign of the framework code + * Added support for Qml profiling + * Added support for valgrind's cachegrind tool on Linux and Mac + C++ Support * Made C++ coding style configurable (QTCREATORBUG-2670, QTCREATORBUG-4310, QTCREATORBUG-2763, QTCREATORBUG-3623, QTCREATORBUG-567) @@ -92,6 +117,12 @@ Remote Linux Support Qt Designer +FakeVim: + * Make FakeVim functionality available for shortcuts in normal text editor + * Added snippet support + * Fixed behaviour of Ctrl keys on Mac + * Fixed searching for expressions containing '|' (QTCREATORBUG-4752) + Version control plugins * Git: Manage remote repositories * Git: Improved branch dialog