> Right now, I am using Xcode, adding libcrytopp.a library and including >> include files. >> This way I'm *not* able to go through workflow line by line in debugger >> mode. Is there any way for going through workflow (line by line execution)? >> >> Manual seems difficult but I will get it with time I hope. >> > Hard to say... You should probably start by compiling with -g3 -O0. That begs a couple of questions, like how are you compiling and linking the library, and how are you compiling and linking your application?
Maybe this will get you started: http://www.google.com/search?q=xcode+library+missing+debug+symbols If you figure it out, then please feel free to discuss it on the wiki. It will help others who follow behind you. Jeff -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
