forked from qt-creator/qt-creator
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 <qt_sanity_bot@ovi.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
31
dist/changes-2.3.0
vendored
31
dist/changes-2.3.0
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user