If you are developing components, features, Web Parts and other things for SharePoint, MOSS or WSS you all know that when you have to start debugging some nasty things can happen. One of those things is that the debugger tells you it isn't connected to any process. It gives you the message "The breakpoint will not currently be hit. No symbols have been loaded for this document" at the breakpoint in your code. So how does debugging with SharePoint solutions work? Developing solutions...