[zeromq-dev] Static library in Visual Studio (SOLVED)
Pieter Hintjens
ph at imatix.com
Tue Nov 9 12:10:44 CET 2010
Hi Pasi,
Would you like to create a wiki page for this on the zeromq.org site,
maybe in the docs section? Then people can use your experience, and
turn that into a guide.
Thanks
Pieter
On Tue, Nov 9, 2010 at 11:02 AM, malist <mailing.list at manageapp.com> wrote:
>>
>> How can I can stop in my own project breakpoints?
>
> I answer my own question. After more Googling I found:
> http://social.msdn.microsoft.com/Forums/en/vsdebug/thread/132b7383-7941-4665-b0f1-ccf024b9c601
>
> * I changed libzmq debug project so that it generated libzmq_debug.lib and libzmq_debug.pdb.
> * I copied libzmq_debug.pdb to my project Objs\Debug -folder.
> * I added Tools / Options / Symbols new line: Objs\Debug
>
> Now I can debug my project.
>
>
> Pasi Mankinen
> Finland
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
More information about the zeromq-dev
mailing list