Re: AOO debugging revamp

2017-01-29 Thread Patricia Shanahan
On 1/29/2017 5:59 PM, Damjan Jovanovic wrote: I am trying a Windows rebuild now. In the meanwhile, what debugger are you using? Can you debug any other modules, eg. vcl which uses gbuild, or sal which uses dmake? I'm using Visual Studio Community 2013. sal: Yes, at least the breakpoint

Re: AOO debugging revamp

2017-01-29 Thread Damjan Jovanovic
I am trying a Windows rebuild now. In the meanwhile, what debugger are you using? Can you debug any other modules, eg. vcl which uses gbuild, or sal which uses dmake? It's possible that Windows also needs gb_LinkTarget_LDFLAGS += -DEBUG to enable debugging, as per the "ifeq ($(gb_DEBUGLEVEL),2)"

Re: AOO debugging revamp

2017-01-29 Thread Patricia Shanahan
On 1/25/2017 9:35 AM, Damjan Jovanovic wrote: Hi For a while I've noticed how gbuild modules don't have debug symbols unless built with the maximum debug level ("./configure --enable-debug" globally or "build debug=true" per module) which also produces oceans of log messages we usually don't