Debugging specifics wrt visual studio

Christian Lohmaier lohmaier at googlemail.com
Wed Jun 8 16:59:21 UTC 2016


Hi Akash, *,

Akash Jain <akash96j at gmail.com> schrieb am Di., 07.06.2016, 6:58:

I wondered if the pdb files even
had the sources specified.


Yes, the official builds (including alpha and beta builds) are
source-indexed. On crash, you will be able to see sources. Maybe windbg
won't work if you don't use the same paths, so try to set a breakpoint in a
function and have the debugger stop at that.

So I found code for a tool which is
essentially a pdb parser. On building and running it on any of the pdb
files, I found that there were no sources for all the object files,

They are not included in the pdb directly, but have instructions in them on
how it can be downloaded. Downloading makes use of power shell, maybe
you're missing that..



Ciao
Christian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice/attachments/20160608/7c7886b3/attachment.html>


More information about the LibreOffice mailing list