diff options
author | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2017-08-21 16:42:57 +0200 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2017-08-22 07:17:13 +0000 |
commit | 0ebadc109c3b91278dc112ab14182c0c98aa146d (patch) | |
tree | a47b8f200599487466aac006ed9aa638055958ba /doc | |
parent | 7ba42ec95a76bf2fb912ee4f158aeb3ac82f19e7 (diff) | |
download | qt-creator-0ebadc109c3b91278dc112ab14182c0c98aa146d.tar.gz |
Doc: Describe location of personaltypes.py on macOS
Change-Id: I49ca7e444bacd69aa45dac1289bdc2a796a2a062
Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/debugger/creator-debugger.qdoc | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/src/debugger/creator-debugger.qdoc b/doc/src/debugger/creator-debugger.qdoc index 8812b0a06c..4d3f922846 100644 --- a/doc/src/debugger/creator-debugger.qdoc +++ b/doc/src/debugger/creator-debugger.qdoc @@ -995,8 +995,12 @@ To get started with implementing debugging helpers for your own data types, you can put their implementation into the file - \c share/qtcreator/debugger/personaltypes.py in your \QC installation. The - file contains one example implementation: + \c share/qtcreator/debugger/personaltypes.py in your Qt installation or + stand-alone \QC installation. On \macos, the file is bundled into the + \QC application package, where it is located in the + \c Contents/resources/debugger folder. + + The \c personaltypes.py file contains one example implementation: \quotefromfile ../../share/qtcreator/debugger/personaltypes.py \skipto qdump__ @@ -1009,7 +1013,8 @@ \li Open the \c share/qtcreator/debugger/personaltypes.py file for editing. For example, if your Qt installation is located in the \c Qt5 directory on Windows, look in - \c C:\Qt5\Tools\QtCreator\share\qtcreator\debugger. + \c C:\Qt5\Tools\QtCreator\share\qtcreator\debugger. On \macos, look + in \c {Qt5/Qt Creator.app/Contents/resources/debugger}. \li Add your dumper implementation to the end of the \c personaltypes.py file. For more information about implementing debugging helpers, |