aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-2.7.0
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-02-22 14:40:55 +0100
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2013-02-22 15:14:30 +0100
commit88fe1ce5b7dbefcc9c1f577edef009c7398c79ea (patch)
tree4c6758afb52efc9b8a6cde6f543303683106f55a /dist/changes-2.7.0
parentfbbea1b186b0a4c40dae76ea23738d004ac9bd0d (diff)
Doc: new ways of managing breakpoint
Describe breakpoint settings in more detail. Change-Id: I03a9f888fa29c3539f2ed6658f915da5c4c3adc9 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'dist/changes-2.7.0')
-rw-r--r--dist/changes-2.7.012
1 files changed, 6 insertions, 6 deletions
diff --git a/dist/changes-2.7.0 b/dist/changes-2.7.0
index d6effb07d9..f5869e73d9 100644
--- a/dist/changes-2.7.0
+++ b/dist/changes-2.7.0
@@ -84,16 +84,16 @@ Debugging
types (QByteArray, std::string, char[], char* etc)
* Adjusted to GDB 7.5 changes
* Removed dependency on QmlJSTools
- * Added shortcut to add breakpoint by double click on break view
- * Made breakpoint markers draggable
- * Added logging of exceptions (QTCREATORBUG-8141)
- * Added option to use Intel-style disassembly
- * Improved color highlighting of locals in memory view
+ * Implemented adding breakpoints by double-clicking in Breakpoints view
+ * Implemented dragging and dropping breakpoint markers
+ * Added logging of exceptions in the Compile Output pane (QTCREATORBUG-8141)
+ * Added option to use Intel-style disassembly to debugger GDB options
+ * Improved color highlighting of locals in Memory view
* Made string cutoff value configurable
* Put separate string displays in tab widget (QTCREATORBUG-8344)
* Implemented basic value editing for CDB (QTCREATORBUG-8344)
* Implemented support for displaying images in CDB
- * Added framework to wrap plain GDB pretty printers for use in Creator
+ * Added framework to wrap plain GDB pretty printers for use in Qt Creator
* Implemented display format changes for multi-selection
(QTCREATORBUG-7577)