>
> You probably need to build an .exe that uses that DLL.  You need something
> that will call entry points in the DLL so you can debug into them.  Do you
> already have something for that?

Are you saying soffice.exe or soffice.bin, I attached VS to soffice.bin, Do
you mean that I should rebuild soffice.exe or soffice.bin with debug=true


2015-01-21 12:21 GMT+09:00 Dennis E. Hamilton <dennis.hamil...@acm.org>:

> You probably need to build an .exe that uses that DLL.  You need something
> that will call entry points in the DLL so you can debug into them.  Do you
> already have something for that?
>
> You will need to somehow tie that to the sourcecode of the DLL and
> whatever debug information was provided when the files that create the .obj
> files it contains were compiled.
>
> You might be able to figure that out by finding the makefiles and such
> that get you just sw.dll in the generated build structure.
>
>  - Dennis
>
> -----Original Message-----
> From: aronsoyol [mailto:aronso...@gmail.com]
> Sent: Tuesday, January 20, 2015 18:44
> To: dev@openoffice.apache.org
> Subject: Question about partial build with debug
>
> Hi all
>
> Hi I want to partial build a debuggable dll for sw module
>
> First, I did a entire build on Windows with configure switches:
>
> [ ... ]
>
> Then I did
>
> cd instsetoo_native
> build --from sw --prepare
> build debug=t --html --from sw
>
> And copied new sw.dll into install directory then attached visual studio,
> but vs could not stopped at any break point.
> I don' t know where was wrong and how should I do.
>
> Best regards.
>
> --
> Aron
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


-- 
Aron

Reply via email to