aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2024-02-15 17:00:09 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2024-02-19 15:28:14 +0000
commit76539a659e9cc10a6019b3f5d3a5851b761e58f5 (patch)
tree7bf3bd9f167e646ffaa8ddc61fe2fdc8cba354a0 /doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
parent8a6d94235bb90f8fdea760ce7e75023270658d59 (diff)
Doc: Update the IDE Overview
Use sections instead of a table and move or copy text from other topics. This is to create a place for information that becomes homeless when I remove other topics. Task-number: QTCREATORBUG-29361 Change-Id: Ib3fcc2c345080e05f9f7ad4ed78e049c899e0855 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc')
-rw-r--r--doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
index 0676655ec5..914ee67465 100644
--- a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
+++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc
@@ -14,18 +14,6 @@
\title Debugging
- A debugger lets you see what happens \e inside an application while it runs
- or when it crashes. A debugger can do the following to help you find errors
- in the application:
-
- \list
- \li Start the application with parameters that specify its behavior.
- \li Stop the application when conditions are met.
- \li Examine what happens when the application stops.
- \li Make changes in the application when you fix an error and continue
- to find the next one.
- \endlist
-
The \QC debugger plugin acts as an interface between the \QC
core and external native debuggers that you can use to: