I'm trying to debug a web part manually deployed in my local sharepoint but I can't.
I did the following:
- Set
<compilation batch="false" debug="true" optimizeCompilations="true">
in web.config - Set breakpoints (e.g.: at the Page_Load method).
- Deploy the project containing the webpart to my local sharepoint.
- Copy the .pdb file manually to the c:/inetpub/wwwroot/wss/VirtualDirectories/80/bin folder.
- Attach visual studio to all w3wp.exe instances running (there are three).
But Visual Studio reports "The breakpoint will not currently be hit. No symbols have been loaded for this document" so when I web browse to a page containing the web part, visual studio does not hit breakpoints.