aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-2.0.0
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2010-05-17 14:49:15 +0200
committerhjk <qtc-committer@nokia.com>2010-05-17 14:49:45 +0200
commit53e70f7a26bec6bb01d7d61fdf89057b0aa19aec (patch)
treed421fae39395c1896fbb74f22ff8666b6a01ccdc /dist/changes-2.0.0
parent8e294efd62c3a847f7acf39eac7a3356e781ce60 (diff)
mention some debugger changes in changes-2.0.0
Diffstat (limited to 'dist/changes-2.0.0')
-rw-r--r--dist/changes-2.0.016
1 files changed, 14 insertions, 2 deletions
diff --git a/dist/changes-2.0.0 b/dist/changes-2.0.0
index 81e4b82667..1a9ab1cbbc 100644
--- a/dist/changes-2.0.0
+++ b/dist/changes-2.0.0
@@ -57,9 +57,21 @@ Project support
directory
Debugging
- * CDB: Fixed bug in location marker
- * CDB: Fixed handling of mixed-case file names correctly by normalizing file
+ * Add on-device debugging for the Symbian platform using gdb
+ * Add on-device debugging for the Maemo platform using gdb
+ * gdb: Replace compiled "debugging helpers" by Python based ones
+ (except on Mac)
+ * New debugging helpers for QUrl, QAtomicInt, __gnu_ext::hash_map and more
+ * Additional features for breakpoint, disassembler output, stack,
+ registers and watchers views
+ * Improve variable tooltip handling
+ * gdb: Support reverse execution where available
+ * gdb: Added mixed disassembler/source output whenever possible
+ * cdb: Fixed bug in location marker
+ * cdb: Fixed handling of mixed-case file names correctly by normalizing file
names
+ * pdb: Added some basic debugging for Python scripts based on pdb
+ * Improvements in the dialogs, status messages, and general appearance
Help