From 53e70f7a26bec6bb01d7d61fdf89057b0aa19aec Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Mon, 17 May 2010 14:49:15 +0200 Subject: [PATCH] mention some debugger changes in changes-2.0.0 --- dist/changes-2.0.0 | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/dist/changes-2.0.0 b/dist/changes-2.0.0 index 81e4b826674..1a9ab1cbbc9 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 -- GitLab