diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2011-03-15 08:53:11 +0100 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2011-03-15 08:54:25 +0100 |
commit | 70a5a6ac81559f76fef951a0c92a1bef2bce9dcb (patch) | |
tree | 292a6bb9997943bcfba7d3018bb5410a6b1fb9e7 /dist | |
parent | 46b5be984f96dc69a9ec127e9263f3f43289eae9 (diff) | |
download | qt-creator-70a5a6ac81559f76fef951a0c92a1bef2bce9dcb.tar.gz |
changelog: CDB Debugger
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-2.2.0 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/changes-2.2.0 b/dist/changes-2.2.0 index 83f1ce026f..fd0f6d598b 100644 --- a/dist/changes-2.2.0 +++ b/dist/changes-2.2.0 @@ -26,6 +26,12 @@ Project Support - this affects working directories and executable paths as well Debugging + * Rewrote debugging engine using the Microsoft Console Debugger (CDB) + for debugging executables built with Microsoft Visual Studio, + resulting in significant speed-up and better display of data + types, supporting both 32bit and 64bit versions of the + Debugging Tools for Windows. + * Made it possible to pin debugger tooltips. * Reworked global architecture to allow multiple debugging sessions (for different projects, combined Qml/C++ debugging, project 'snapshots', ...) * Reworked breakpoint handling: new special breakpoint types for "break |