I have two VS 2008 solutions I'm working with. One is a web app calling components built in the other solution. Is it possible to somehow start a debugging session in the web solution and have it hit breakpoints in the second solution (cue laugh track)?
I'd prefer not to have to add the various component projects to the web solution in order to debug them, but that may well turn out to be the case. Thought I'd ask if there was another way just the same. Thanks.