Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
fb56b74e
Commit
fb56b74e
authored
May 20, 2010
by
Leena Miettinen
Browse files
Doc - Update Setting Up Debugger section.
Reviewed-by: Friedemann Kleint Reviewed-by: Espen Riskedal
parent
a5458c88
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/qtcreator.qdoc
View file @
fb56b74e
...
...
@@ -3803,14 +3803,18 @@
\l{http://msdn.microsoft.com/en-us/default.aspx}
{Microsoft Developer Network}.
The pre-built \e{Qt SDK for Windows} makes 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 is
checked to ensure that all required header files are there.
\note Visual Studio does not include the Debugging tools needed,
and therefore, you must install them separately.
You must also add the Symbol Server provided by Microsoft to the symbol
search path of the debugger. For more information, see
The pre-built \e{Qt SDK for Windows} makes use
of the library if it is present on the system. When manually building Qt
Creator using the Microsoft Visual C++ Compiler, the build process checks
for the required files in \c{"%ProgramFiles%\Debugging Tools for Windows"}.
It is highly recommended that you add the Symbol Server provided by Microsoft to the symbol
search path of the debugger. The Symbol Server provides you
with debugging informaton for the operating system libraries for debugging
Windows applications. For more information, see
\l{Setting the Symbol Server in Windows}.
\row
...
...
@@ -3845,9 +3849,22 @@
and select \gui{Symbol Server...}.
\o Select a directory where you want to store the cached information
and click \gui OK.
Use a subfolder in a temporary directory, such as
\c {C:\temp\symbolcache}.
\endlist
\note Populating the cache might take a long time on a slow network
connection.
\omit In v2.1 and later:
\note The first time you start debugging by using the
Debugging tools for Windows, Qt Creator prompts you to add the Symbol
Server.
\endomit
*/
/*!
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment