Skip to content
Snippets Groups Projects
Commit 265d5281 authored by hjk's avatar hjk
Browse files

doc: reword initial paragraph of debugger section

Reviewed-by: Leena Miettinen
parent ddd3e8b1
No related branches found
No related tags found
No related merge requests found
...@@ -270,26 +270,15 @@ ...@@ -270,26 +270,15 @@
\section1 Debuggers \section1 Debuggers
Qt Creator does not include a debugger. It provides a debugger plugin that acts Qt Creator provides means to help you with debugging your application.
as an interface between the Qt Creator core and external native debuggers: It interfaces the GNU Symbolic Debugger (gdb) and the Microsoft Console
Debugger (CDB) to debug native C++ applications and an internal debugger
\list for Java Script. This includes the ability to connect mobile devices to
your development PC and debug applications running on the devices.
\o GNU Symbolic Debugger (gdb)
\o Microsoft Console Debugger (CDB)
\o internal Java Script debugger
\endlist
Qt Creator displays the raw information provided by the native debuggers Qt Creator displays the raw information provided by the native debuggers
in a clear and concise manner with the goal to simplify the debugging process in a clear and concise manner with the goal to simplify the debugging process
as much as possible without losing the power of the native debuggers. as much as possible without losing the power of the native debuggers.
You can use the native debuggers to debug the C++ language.
You can connect mobile devices to your development PC and debug processes
running on the devices.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment