This document summarizes a meeting of the Portuguese SharePoint Community held on June 12, 2010. The agenda included an overview of debugging, debugging tools, and next steps. It defines debugging as methodically finding and reducing bugs to make a program or hardware behave as expected. It discusses various debugging techniques like screen dumps, logs, code debugging in Visual Studio, web debugging with tools like Fiddler, and runtime debugging using the Windows kernel and tools like Windbg. Further reading materials are also provided.