You have a custom Microsoft Word add-in that was written by using Microsoft Visual Studio Code.
A user reports that there is an issue with the add-in.
You need to debug the add-in for Word Online.
What should you do before you begin debugging in Visual Studio Code?
Debug your add-in from Excel or Word on the web
To debug your add-in by using Office on the web (see step 3):
12.Deploy your add-in to a server that supports SSL.
13.In your add-in manifest file, update the SourceLocation element value to include an absolute, rather than a
relative, URI.
14.Upload the manifest to the Office Add-ins library in the app catalog on SharePoint.
15.Launch Excel or Word on the web from the app launcher in Office 365, and open a new document.
16.On the Insert tab, choose My Add-ins or Office Add-ins to insert your add-in and test it in the app.
17.Use your favorite browser tool debugger to debug your add-in.
Currently there are no comments in this discussion, be the first to comment!