<?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[Address Santizer with Qt Creator]]></title><description><![CDATA[<p dir="auto">So, I recently started using Address Sanitizer with clang on Linux:<br />
@<br />
QMAKE_CXXFLAGS_DEBUG += -fsanitize=address -fno-omit-frame-pointer<br />
QMAKE_LFLAGS_DEBUG += -fsanitize=address<br />
@</p>
<p dir="auto">And it's pretty great.  But, when I usually run my app in the debugger in Qt Creator, the IDE will catch the crash and let me use all the GUI niceness.  I've grown to really appreciate Qt Creator's debugging tools.  OTOH, with address sanitizing enabled, it just dies and I see the output in the program output, but I can't inspect things "live" or conveniently jump to a source location by clicking on it.</p>
<p dir="auto">Is there any way to get the debugger to handle this sort of thing?  Is it on the roadmap for a future Qt Creator?  I really feel like having this integrated into the IDE could be a huge improvement for me when I get stuck in the weeds cleaning up messy designs.  :)  I've already found a major problem that Valgrind wasn't really helping me with.</p>
]]></description><link>https://forum.qt.io/topic/47294/address-santizer-with-qt-creator</link><generator>RSS for Node</generator><lastBuildDate>Sun, 20 Sep 2026 15:10:00 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/47294.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 21 Oct 2014 22:31:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Address Santizer with Qt Creator on Mon, 03 Nov 2014 21:20:37 GMT]]></title><description><![CDATA[<p dir="auto">Feature requests are tracked at <a href="http://bugreports.qt-project.org" target="_blank" rel="noopener noreferrer nofollow ugc">bugreports.qt-project.org</a>. Qt Creator Developers rarely look here.</p>
]]></description><link>https://forum.qt.io/post/250069</link><guid isPermaLink="true">https://forum.qt.io/post/250069</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 03 Nov 2014 21:20:37 GMT</pubDate></item></channel></rss>