I don&#39;t know exactly what the Debug build does, but AFAIK it incorporates the symbolic debug information inside the compiled object, layouts a different assembly, and links against the debug runtime, but from the point of view of common debugging (breakpoints, inspecting properties, etc.) I don&#39;t see differences with a Release + debug informations (which I suppose is made available thorugh the .pdb files).<div>
<br></div><div>giovanni<br><br><div class="gmail_quote">2011/11/3 QUILLET Jean-Charles <span dir="ltr">&lt;<a href="mailto:jean-charles.quillet@alyotech.fr">jean-charles.quillet@alyotech.fr</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">










<div lang="FR" link="blue" vlink="purple">

<div>

<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">

<p class="MsoNormal"><b><span style="font-size:10.0pt">De
la part de</span></b><span style="font-size:10.0pt">
G. Allegri<br>
<b>Envoyé :</b> jeudi 3 novembre 2011 13:29<br>
<br>
<u></u><u></u></span></p>

</div><div class="im">

<p class="MsoNormal">I find very useful, for common debugging of C++ apps, to
build in Release mode (/MD) but with debugging infos (/Zi) and removing
optimization (/Od). With this flags I&#39;m able to debug my app but I don&#39;t need
to link against Debug libraries.<u></u><u></u></p>

<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D"><u></u> <u></u></span></p>

</div><p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D">That&#39;s very interesting. That would be the way to go for me. It
didn&#39;t know this was possible. I&#39;ll try this out. <u></u><u></u></span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D">Thanks for the hint ! <u></u><u></u></span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D"><u></u> <u></u></span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D">What the point of using this debug mode then: I mean this flag
/MDd ?<span class="HOEnZb"><font color="#888888"><u></u><u></u></font></span></span></p><span class="HOEnZb"><font color="#888888">

<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D"><u></u> <u></u></span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D">Jean-Charles<u></u><u></u></span></p>

</font></span></div>

</div>


</blockquote></div><br></div>