[zeromq-dev] Static library in Visual Studio (SOLVED)
malist
mailing.list at manageapp.com
Tue Nov 9 11:02:48 CET 2010
>
> 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
More information about the zeromq-dev
mailing list