OfficeDev / vscode-debugger-extension-for-office-addins

VS Code extension to allow for debugging Office Add-ins in VS Code
18 stars 7 forks source link

Debugging both frontend and backend #22

Open iakovn opened 3 years ago

iakovn commented 3 years ago

I have followed the guide on Node.js plugin ( https://docs.microsoft.com/en-us/office/dev/add-ins/develop/create-sso-office-add-ins-nodejs ). It works nicely and I can debug the backend in VS Code.

I'd like to extend the front-end code and debug that one as well. Is this possible? How do I do that? Start additional debugging session for the front end? How should that be configured? Thanks!