aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/debugger
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-07-23 11:48:19 +0200
committerhjk <hjk@qt.io>2019-07-23 10:22:32 +0000
commitfa9141acdd89085aecaa00655d47d992f2044c22 (patch)
tree30f612d7d22a3b658f7b35282e02c6dca0b25194 /share/qtcreator/debugger
parent39ae3ca68f1eba34386afb33fc0224701b56b8cc (diff)
Debugger: Make example setup code more complete
Change-Id: I2488a84077d7c88d3a14c43bc4f8a9159a866b1c Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'share/qtcreator/debugger')
-rw-r--r--share/qtcreator/debugger/README.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/debugger/README.txt b/share/qtcreator/debugger/README.txt
index 0913f39f50..bbebfecac7 100644
--- a/share/qtcreator/debugger/README.txt
+++ b/share/qtcreator/debugger/README.txt
@@ -5,6 +5,7 @@ session, too.
With
+ python import sys
python sys.path.insert(1, '<path/to/qtcreator>/share/qtcreator/debugger/')
python from gdbbridge import *