Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qt-creator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Hunger
qt-creator
Commits
265d5281
Commit
265d5281
authored
14 years ago
by
hjk
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/qtcreator.qdoc
+5
-16
5 additions, 16 deletions
doc/qtcreator.qdoc
with
5 additions
and
16 deletions
doc/qtcreator.qdoc
+
5
−
16
View file @
265d5281
...
@@ -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.
*/
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment