Focusing on SharePoint programming these past few months, I was compelled to explore a debugger that would simplify debugging and enhancing of my codes. Thanks to the SharePoint experts and Microsoft team for making these tools available.
1. Debugger Feature for SharePoint
a. Details: https://blogs.msdn.com/sharepoint/archive/2007/04/10/debugger-feature-for-sharepoint.aspx
by. Resources: http://www.codeplex.com/features/Release/ProjectReleases.aspx?ReleaseId=2502
c. Demonstration:
2. SPLogViewer
a. Details: http://splogviewer.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=12840
b. Resources: http://www.codeplex.com/SPLogViewer
3. SPTraceView
a. Details: http://sptraceview.codeplex.com/
b. Resources: http://sptraceview.codeplex.com/
4. Other Tools
DebugView: http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx
WSS / MOSS Log File Viewer: http://www.codeplex.com/Wiki/View.aspx?ProjectName=wssmosslogfilereader
SPDisposeCheck Tool: http://blogs.msdn.com/sharepoint/archive/2008/11/12/announcing-spdisposecheck-tool-for-sharepoint-developers.aspx
Debugging Tools for Windows: http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
.NET Reflector: http://www.red-gate.com/products/reflector/
Internet Explorer Developer Toolbar: http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang=en
Thanks!