Re: Debugging specifics wrt visual studio

2017-02-14 Thread Stephan Bergmann
On 06/07/2016 06:58 AM, Akash Jain wrote: I was having problems debugging with visual studio 2015, where even with all the relevant modules loaded and their status being "Symbols loaded", I was not able to set any breakpoints from the source file. This was happening even in WinDbg. I wondered if

Re: Debugging specifics wrt visual studio

2016-08-19 Thread Caolán McNamara
On Tue, 2016-06-07 at 10:28 +0530, Akash Jain wrote: > I was having problems debugging with visual studio 2015, where even > with all the relevant modules loaded and their status being "Symbols > loaded", I was not able to set any breakpoints from the source file. > This was happening even in

Re: Debugging specifics wrt visual studio

2016-06-08 Thread Akash Jain
Hi Christian, I am building lo myself. With options: --with-visual-studio=, --enable-dbgutil. So the symbols are not being downloaded from any server. > I wondered if the pdb files even > had the sources specified. > > Yes, the official builds (including alpha and beta builds) are >

Re: Debugging specifics wrt visual studio

2016-06-08 Thread Christian Lohmaier
Hi Akash, *, Akash Jain 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

Debugging specifics wrt visual studio

2016-06-06 Thread Akash Jain
I was having problems debugging with visual studio 2015, where even with all the relevant modules loaded and their status being "Symbols loaded", I was not able to set any breakpoints from the source file. This was happening even in WinDbg. I wondered if the pdb files even had the sources