<div dir="ltr">Thanks you Allen, it does work, I can now attach to release build.</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 13, 2015 at 8:58 AM, Allen Winter <span dir="ltr">&lt;<a href="mailto:allen.winter@kdab.com" target="_blank">allen.winter@kdab.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">FYI: Starting with the 2.3.0 version you can tell cmake to build the probe only<br>
<br>
passing -DGAMMARAY_PROBE_ONLY_BUILD=true builds only an additional probe configuration for an already existing launcher.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Friday, July 10, 2015 04:25:07 PM Allen Winter wrote:<br>
&gt; Try building GammaRay in release mode as well.<br>
&gt; Do this by passing -DCMAKE_BUILD_TYPE=release to cmake.<br>
&gt;<br>
&gt; for example:<br>
&gt; cd gammaray-2.2.1<br>
&gt; mkdir build-release<br>
&gt; cd build-release<br>
&gt; cmake -G &quot;NMake Makefiles&quot; -DCMAKE_BUILD_TYPE=Release &lt;other cmake options go here&gt; ..<br>
&gt; nmake<br>
&gt; nmake install<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Thursday, July 09, 2015 08:38:26 PM Alex Lubimov wrote:<br>
&gt; &gt; Jérôme Godbout &lt;jerome &lt;at&gt; <a href="http://bodycad.com" rel="noreferrer" target="_blank">bodycad.com</a>&gt; writes:<br>
&gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Hi,I manage to build GammaRay 2.2.1 with VTK 6.10 under Windows 7 and Qt<br>
&gt; &gt; 5.3.0 (haven&#39;t have any luck with Graphiz 2.36 and don&#39;t really need it in<br>
&gt; &gt; my case). But the the only probe I get are the debug one, and I do not seem<br>
&gt; &gt; to be able to attach myself to release application from Visual Studio. Is<br>
&gt; &gt; there a switch for cmake to generate the release probe? Debug one are<br>
&gt; &gt; working.<br>
&gt; &gt; &gt; On another note, how do you see the return value of method invoke from<br>
&gt; &gt; GammaRay? Do I have to enable the -qmljsdebugger=port: ?<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Thanks,<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Jerome<br>
&gt; &gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Hi,<br>
&gt; &gt; I am in the same boat. I&#39;ve built GammaRay 2.2.1 on Windows 7 SP1 with MSVC<br>
&gt; &gt; 12 and Qt 5.2.1. The only probe available is &quot;qt5.2-MSVC-debug-i686&quot;.<br>
&gt; &gt; However, my application is built in release mode, and GammaRay cannot attach<br>
&gt; &gt; to my running app.<br>
&gt; &gt;<br>
&gt; &gt; Is there a way to build &quot;release&quot; probe? For multiple reasons I can only run<br>
&gt; &gt; my app in release mode on Windows.<br>
&gt; &gt;<br>
&gt; &gt; Thank you very much!<br>
&gt; &gt; Sincerely,<br>
&gt; &gt; Alex Lubimov<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Gammaray-interest mailing list<br>
&gt; &gt; <a href="mailto:Gammaray-interest@mail.kdab.com">Gammaray-interest@mail.kdab.com</a><br>
&gt; &gt; <a href="https://mail.kdab.com/mailman/listinfo/gammaray-interest" rel="noreferrer" target="_blank">https://mail.kdab.com/mailman/listinfo/gammaray-interest</a><br>
&gt;<br>
&gt;<br>
<br>
--<br>
Allen Winter | <a href="mailto:allen.winter@kdab.com">allen.winter@kdab.com</a> | Senior Software Engineer<br>
KDAB (USA) LLC, a KDAB Group company<br>
Tel. USA +1-866-777-KDAB(5322) ext3<br>
KDAB - The Qt Experts<br>
</div></div><br>_______________________________________________<br>
Gammaray-interest mailing list<br>
<a href="mailto:Gammaray-interest@mail.kdab.com">Gammaray-interest@mail.kdab.com</a><br>
<a href="https://mail.kdab.com/mailman/listinfo/gammaray-interest" rel="noreferrer" target="_blank">https://mail.kdab.com/mailman/listinfo/gammaray-interest</a><br>
<br></blockquote></div><br></div>