You definitely don't need to build and use your own builds to be able to step in when debugging, just downloading the source is sufficient.
I don't know if there is some setup required in VS, mine just seems to work, occasionally I get an open file dialog asking me to locate the source file, but otherwise it just steps through. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of whut Sent: 15 November 2010 01:41 PM To: Castle Project Users Subject: How you manage dependencies between projects? Hi, I'm wondering how to set up and build some Castle projects (like Castle Core, Windsor and some facilities) to be able to step into their source code from my own project? Right now my only idea is to: - get source for all projects - build first one, Castle.Core - copy dll/pdb to next one, Castle Windsor, and build this one - copy dlls/pdbs to next one, like some facility, and build - copy all dlls/pdbs to my own project How do you do it? I can automate it with plain .bat file, but maybe you have other ideas? I wonder how Java does it, what is their equivalent to pdb? In Apache Maven I can just download the sources, everything works out of the box. -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
