How do you debug your SharePoint 2007 code? Since SharePoint runs on a remote server, and I\'m developing on a windows xp machine (with the necessary .dll files copied into my
Don't put your assemblies into the GAC, put them in the bin directory - then you can use the VS remote debugger. Google creating .WSP files for distribution.
This also has the advantage that its easier to copy your new builds onto the server after compilation (post-build step) and its also the recommended way to increase security.