I have built an SPFeatureReceiver and am trying to debug it by attaching to the w3wp.exe process. No matter what I do no breakpoints are ever hit. Here are my steps
- Build and Package the solution
- Execute Add-SPSolution PowerShell cmdlet to add wsp to SharePoint
- Verify the solution is installed but not deployed in Central Admin
- Attach Visual Studion 2010 to all w3wp.exe processes
- Execute Install-SPSolution PowerShell cmdlet
I am expecting but no breakpoints are hit. It does not look like symbols are loaded and I don't see anything close to my assembly in the loaded modules page of Visual Studio.
Thanks for the help