summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-08-17 13:53:18 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-08-17 12:43:16 +0000
commita951448c4dceca637992ea29df832de190f22130 (patch)
treed5ac7f4d9de2583b73abdf08db3fb2b50c3d7bdc /share
parenta4aa79a4f8da10256e923bca8fa4403436ea64dc (diff)
downloadqt-creator-a951448c4dceca637992ea29df832de190f22130.tar.gz
Doc: Add step list for adding custom debugging helpers
Change-Id: I01aba948b9dfd55a58cae5fdd51e1588bb675e6a Task-number: QTCREATORBUG-18740 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/debugger/personaltypes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/debugger/personaltypes.py b/share/qtcreator/debugger/personaltypes.py
index 1264361e24..b4d34db10c 100644
--- a/share/qtcreator/debugger/personaltypes.py
+++ b/share/qtcreator/debugger/personaltypes.py
@@ -31,8 +31,8 @@
#
# To add dumpers that don't get overwritten, copy this file here
# to a safe location outside the Qt Creator installation and
-# make this location known to Qt Creator using the Debugger /
-# GDB / Dumper customization / Additional file setting.
+# make this location known to Qt Creator using the Debugger >
+# Locals & Expressions > Extra Debugging Helpers setting.
# Example to display a simple type
# template<typename U, typename V> struct MapNode