<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Debugging using Qt Creator + MSVC 2010 Express SP1 (+ CMake)]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I have, on Windows, set up Qt Creator to work with MSVC 2010 Express SP1. In order to be able to debug, I had (as mentioned somewhere on the Qt website) to install the Debugging Tools for Windows, and then make sure that CDB could be found by Qt Creator.</p>
<p dir="auto">All of the above works perfectly fine. If I build one of Qt's examples, I can step over/into/out of the code, set up breakpoints, etc. I (obviously?) can't step into Qt's code itself, since the symbols (PDB files) are not provided (I believe I would have to build Qt myself for that?).</p>
<p dir="auto">Now, my 'problem' is that I use the binary version of a third-party library. It was built using MSVC 2010 and comes as a DLL (but no PDB file, so as Qt itself) and it all works fine, except that I cannot debug any of my code which relies on that third-party library. Say that I set up a breakpoint in my code, then Qt Creator will never stop there. On the other hand, if I set up a breakpoint somewhere before that third-party library gets loaded, then Qt Creator will stop as expected.</p>
<p dir="auto">So... what am I missing, if anything?...</p>
<p dir="auto">Cheers, Alan.</p>
]]></description><link>https://forum.qt.io/topic/16346/debugging-using-qt-creator-msvc-2010-express-sp1-cmake</link><generator>RSS for Node</generator><lastBuildDate>Sun, 20 Sep 2026 22:18:35 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/16346.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 01 May 2012 09:43:23 GMT</pubDate><ttl>60</ttl></channel></rss>