Doc: remove obsolete information about debugging helpers

The option has been removed from the UI.

Change-Id: I6b8c0b60d0172bf5aedfc712ee9fb9e51afcadda
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Leena Miettinen
2013-11-19 11:57:18 +01:00
committed by hjk
parent 50b61dbe4e
commit 5e12ae6550

View File

@@ -1169,18 +1169,6 @@
d.putSubItem("key", key)
d.putSubItem("value", value)
\endcode
\section1 Enabling Debugging Helpers for Qt's Bootstrapped Applications
Qt's bootstrapped applications (such as moc and qmake) are built in a way
that is incompatible with the default build of the debugging helpers. To
work around this, add \c{dumper.cpp} to the compiled sources in the
application Makefile.
Choose \gui {Tools > Options > Debugger > Debugging Helper > Use debugging
helper from custom location}, and specify an invalid location, such as
\c{/dev/null}.
*/