<font size="2"><font face="verdana,sans-serif">Thanks John, this is a useful tip, in spite the fact that not all variables are visible in debugger.<br></font></font><br><div class="gmail_quote">2011/4/7 John Drescher <span dir="ltr">&lt;<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">&gt; Just a note here: on my machine (in my project) MedianImageFilter executes<br>
&gt; approximately 100 (hundred!) times slower in debug mode than in release mode<br>
&gt; (1-2 seconds versus few minutes for image size 512x512x14).<br>
&gt; Regards<br>
&gt;<br>
<br>
</div>This is my experience with Visual Studio. This week I have finally<br>
found a solution. I use RelWithDebInfo and disable all optimizations<br>
/Od so then I can debug a release version and be able to look at<br>
variables without having garbage returned..<br>
<font color="#888888"><br>
John<br>
</font></blockquote></div><br>