sharepointvisual-studio-2013sharepoint-2013sharepoint-onlinesandbox-solution

Debug SharePoint Online


I am developing web parts in VS2013. After I upload and activate the web parts in SharePoint Online (i.e. https://xxxxxxx.sharepoint.com/), I cannot find ways to debug the web parts.

Can I use the "attach" function in VS2013 to debug so that I can run the web parts line by line? Or is there any other ways to achieve my objective?

Thank you very much.


Solution

  • You must debug all your managed code locally in a development environment. SharePoint Online doesn't and won't provide any means to debug any server side code that runs on its infrastructure, because that would greatly impact performance and stability of the service.

    What you can debug in SharePoint Online is the client side JavaScript (using the browser's developer tools and the likes of FireBug add-ins).