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
86a5ab47
Commit
86a5ab47
authored
15 years ago
by
Kavindra Devi Palaraja
Browse files
Options
Downloads
Patches
Plain Diff
Fixes: - Doc: Some minor cleanups on the documentation for CDB
parent
04fafbdd
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
+33
-31
33 additions, 31 deletions
doc/qtcreator.qdoc
with
33 additions
and
31 deletions
doc/qtcreator.qdoc
+
33
−
31
View file @
86a5ab47
...
@@ -964,6 +964,8 @@
...
@@ -964,6 +964,8 @@
\nextpage creator-cmake-support.html
\nextpage creator-cmake-support.html
\title Debugging with Qt Creator
\title Debugging with Qt Creator
\section1 Introduction
\section1 Introduction
Qt Creator does not have its own debugger. Instead, it provides a graphical
Qt Creator does not have its own debugger. Instead, it provides a graphical
...
@@ -975,17 +977,17 @@
...
@@ -975,17 +977,17 @@
\o Compiler
\o Compiler
\o Debugger Engine
\o Debugger Engine
\row
\row
\o Linux, Unixes, Mac OS
\o Linux, Unixes, Mac OS
\o gcc
\o gcc
\o GNU Symbolic Debugger (gdb)
\o GNU Symbolic Debugger (gdb)
\row
\row
\o Windows/MinGW
\o Windows/MinGW
\o gcc
\o gcc
\o GNU Symbolic Debugger (gdb)
\o GNU Symbolic Debugger (gdb)
\row
\row
\o Windows
\o Windows
\o Microsoft Visual C++ Compiler
\o Microsoft Visual C++ Compiler
\o Debugging Tools for Windows
/
Microsoft Console Debugger (CDB)
\o Debugging Tools for Windows
/
Microsoft Console Debugger (CDB)
\endtable
\endtable
The frontend allows you to
The frontend allows you to
...
@@ -1004,6 +1006,28 @@
...
@@ -1004,6 +1006,28 @@
is able to present Qt's data clearly.
is able to present Qt's data clearly.
\section1 Debugger Engine Installation Notes
\table
\header
\o Debugger Engine
\o Notes
\row
\o Debugging Tools for Windows
\o Using this engine requires you to install the
\e{Debugging Tools for Windows} 32-bit package (Version 6.10),
which is freely available for download from the
\l{http://msdn.microsoft.com/en-us/default.aspx}
{Microsoft Developer Network} or directly from
\l{http://www.microsoft.com/whdc/devtools/debugging/installx86.Mspx}
{Microsoft}. The pre-built \e{Qt SDK for Windows} will make use
of the library if it is present on the system. When building Qt
Creator using the Microsoft Visual C++ Compiler, the
\c{"%ProgramFiles%\Debugging Tools for Windows"} path will be
checked to ensure that all required header files are there.
\endtable
\section1 Interacting with the Debugger
\section1 Interacting with the Debugger
In \gui Debug mode, several dock widgets are used to interact with the
In \gui Debug mode, several dock widgets are used to interact with the
...
@@ -1280,28 +1304,6 @@
...
@@ -1280,28 +1304,6 @@
\image qtcreator-debugging-buttons.png
\image qtcreator-debugging-buttons.png
\section1 Debugger Engine Installation Notes
\table
\header
\o Debugger Engine
\o Notes
\row
\o Debugging Tools for Windows
\o Using this engine requires installing the \e{Debugging Tools for Windows}
32-bit package (Version 6.10), which is freely available for download from the
\l{http://msdn.microsoft.com/en-us/default.aspx}{Microsoft Developer Network} or
directly from \l{http://www.microsoft.com/whdc/devtools/debugging/installx86.Mspx}{Microsoft}.
The pre-built \e{Qt SDK for Windows} will make use of the library if it is present
on the system.
When building \e{Qt Creator} using the \e{Microsoft Visual C++ Compiler},
the location \c{"%ProgramFiles%\Debugging Tools for Windows"} will be checked
for the required include files.
\note As of version 1.2, the command line option \c{-enable-cdb} has to be passed
to Qt Creator to enable support for this engine.
\endtable
*/
*/
...
...
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