summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2017-08-16 10:53:59 +0200
committerhjk <hjk@qt.io>2017-08-16 09:04:45 +0000
commita0c26a9279af71b521db458ad001d83aa52fedfa (patch)
tree923cbf390d4e78c62a840bdf5950042888a244bf
parentcdffb378fd41438e3c43b17f82bb090c7d58f54e (diff)
downloadqt-creator-a0c26a9279af71b521db458ad001d83aa52fedfa.tar.gz
Debugger: Adjust a comment on the used of dumpers for CDB
Change-Id: Iac11c9f9415de3c8128f271fdbefdf78877d2755 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--share/qtcreator/debugger/personaltypes.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/share/qtcreator/debugger/personaltypes.py b/share/qtcreator/debugger/personaltypes.py
index 6169ee912a..1264361e24 100644
--- a/share/qtcreator/debugger/personaltypes.py
+++ b/share/qtcreator/debugger/personaltypes.py
@@ -24,9 +24,8 @@
############################################################################
# This is a place to add your own dumpers for testing purposes.
-# Any contents here will be picked up by GDB and LLDB based
-# debugging in Qt Creator automatically. This code is not used
-# when debugging with CDB on Windows.
+# Any contents here will be picked up by GDB, LLDB, and CDB based
+# debugging in Qt Creator automatically.
# NOTE: This file will get overwritten when updating Qt Creator.
#