Date: prev next · Thread: first prev next last
2017 Archives by date, by thread · List index


Hi Shoaib,

On Sun, Mar 19, 2017 at 11:12 PM, shoaibnoor95 <shoaib.noor@iunc.edu.pk>
wrote:

How to enable interactive debugging with visual studio and drmemory
I am facing this issue continuously
<http://nabble.documentfoundation.org/file/n4210562/bug.png>
Could any one please tell on what particular file it is pointing on or
where
to find that particular line

"CppunitItrace=True"
its target source and edit it
Regards
Shoaib Noor


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.

If you've already build before and this is happening after you made certain
modifications, you can run:
    make CppunitTest_sal_osl_security CPPUNITTRACE=TRUE
to get the stack trace and what is going wrong and where.

Or run:
       CppunitTest_sal_osl_security CPPUNITTRACE="drmemory
 -free_max_frames_20"
for interactive debugging in Visual Studio.

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.

Regards,
Azeem

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.