Saturday, June 22, 2013

SharePoint 2013 : enable advanced debugging in your Visual Studio

Because SharePoint builds on many layers below it, such as Windows Communications
Framework (WCF), you may want to enable advanced debugging in your Visual Studio environment.

To do this, go into the Registry Editor, find [HKEY_CURRENT_USER\Software\Microsoft\
VisualStudio\10.0\SharePointTools], and change the DWORD value for EnableDiagnostics
from 0 to 1. If the DWORD value does not exist, create it as a new DWORD value. 


When you set this value, you see in the output window in the Visual Studio all the information that Visual Studio gets form SharePoint via the stack trace.

No comments:

Post a Comment