Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program or a piece of electronic hardware, thus making it behave as expected.
4
votes
4answers
1k views
What techniques do you use to debug/test your SharePoint Timer Jobs?
I have developed a number of SharePoint Timer Jobs and they are always a bit more painful to debug and test than other areas of SharePoint.
I was wondering what tools/techniques other people use to ...
0
votes
1answer
79 views
64 bit vs. 32 bit - Significantly longer time to attach the debugger
Since switching to a 64-bit dev environment on Sharepoint 2007, I've noticed it takes orders or magnitude longer to attach the Visual Studio debugger to the OOTB SharePoint assemblies and my custom ...