<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">Hi Shoaib,</div><div class="gmail_quote"><br></div><div class="gmail_quote">On Sun, Mar 19, 2017 at 11:12 PM, shoaibnoor95 <span dir="ltr"><<a href="mailto:shoaib.noor@iunc.edu.pk" target="_blank">shoaib.noor@iunc.edu.pk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">How to enable interactive debugging with visual studio and drmemory<br>
I am facing this issue continuously<br>
<<a href="http://nabble.documentfoundation.org/file/n4210562/bug.png" rel="noreferrer" target="_blank">http://nabble.<wbr>documentfoundation.org/file/<wbr>n4210562/bug.png</a>><br>
Could any one please tell on what particular file it is pointing on or where<br>
to find that particular line<br>
<br>
"CppunitItrace=True"<br>
its target source and edit it<br>
Regards<br>
Shoaib Noor<br></blockquote><div><br></div><div>What I gather from the screenshot is that one of the test cases has failed. If it's the first time you are building the project, perhaps it is because the master was broken when you last pulled from repository, in that case do 'git pull -r' and then 'make' again.</div><div><br></div><div>If you've already build before and this is happening after you made certain modifications, you can run:</div><div>    make CppunitTest_sal_osl_security CPPUNITTRACE=TRUE</div><div>to get the stack trace and what is going wrong and where.</div><div><br></div><div>Or run:</div><div>       CppunitTest_sal_osl_security CPPUNITTRACE="drmemory  -free_max_frames_20"</div><div>for interactive debugging in Visual Studio.</div><div><br></div><div>This is just what I gather from the screenshot. I've never used Visual Studio, not am an expert in this. Most of the developers won't be available during weekends, so I suggest you wait a couple of days for them to respond.</div><div><br></div><div>Regards,</div><div>Azeem</div></div><br></div></div>