<?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[Qt 6.11.1 Debugger does not start.]]></title><description><![CDATA[<p dir="auto">Frustrating problem. I just updated my Qt Creator to 20.0.1 and Qt version from 6.10.1 MinGW 64-bit to 6.11.1 MinGW 64-bit on Windows 11. I have a fairly large project that will not start in the debugger. In the Creator, I click the Run Debug button in the left sidebar, at which point a small message window with progress bar indicates the build (bar turns green indicating successful build), then a second little window that says 'Launching Debugger', but this progress bar turns red and the debugger does not start. If I go back to Qt 6.10.1, it runs fine. And a smaller Desktop application does start, so i can not put together a minimal example! I have perused the Build settings comparing the two fairly carefully and do not see any major differences other than the Qt version. I am using cmake to build the project, MinGW 1310_64. I also have a smaller project that runs fine in Qt 6.11.1!<br />
I am told there is a debugger log, but I can not find it. In the main menu, the View/Modes has 'Show Debug' checked, the View/Views is greyed out. I dont see anything in View/Output that would show a debug log. In my views, the Compiler Output has no major issues, General Messages shows the cmake output (no issues), terminal shows nothing, and Application Output indicates exit code 0. I tried putting a breakpoint in my main(int argc, char **argv){}, but because the debugger never starts, it never gets hit.<br />
Can someone point me to the debugger log, or make any other suggestion to get this working?</p>
]]></description><link>https://forum.qt.io/topic/165001/qt-6.11.1-debugger-does-not-start.</link><generator>RSS for Node</generator><lastBuildDate>Mon, 21 Sep 2026 19:59:45 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/165001.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 12 Aug 2026 16:02:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Qt 6.11.1 Debugger does not start. on Wed, 12 Aug 2026 21:18:53 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the suggestion, but I had actually tried all that before posting my query. I finally did solve it by checking my path statements.  On build I have it configured to put the final .exe in a 'bin' folder and a few project-associated .dlls in a plugins folder in the 'bin'. When I ran the windeployqt.exe to get the latest Qt .dlls for all that, I had the path wrong, so apparently got incorrect .dlls.</p>
]]></description><link>https://forum.qt.io/post/839689</link><guid isPermaLink="true">https://forum.qt.io/post/839689</guid><dc:creator><![CDATA[nekkceb]]></dc:creator><pubDate>Wed, 12 Aug 2026 21:18:53 GMT</pubDate></item><item><title><![CDATA[Reply to Qt 6.11.1 Debugger does not start. on Wed, 12 Aug 2026 20:08:46 GMT]]></title><description><![CDATA[<p dir="auto">Clean the Build folder and reconfigure CMake, make sure the component paths are updated to Qt 6.11.1 Check the exact message in the Debugger Log window</p>
]]></description><link>https://forum.qt.io/post/839687</link><guid isPermaLink="true">https://forum.qt.io/post/839687</guid><dc:creator><![CDATA[Nils Sjoberg]]></dc:creator><pubDate>Wed, 12 Aug 2026 20:08:46 GMT</pubDate></item></channel></rss>