Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging in Outlook? #21

Open
kdubious opened this issue Jan 22, 2021 · 2 comments
Open

Debugging in Outlook? #21

kdubious opened this issue Jan 22, 2021 · 2 comments

Comments

@kdubious
Copy link

I'm able to debug my add-in with the Edge tools, but not with VS Code. Should I be able to debug in Code?

{
  "version": "0.2.0",
  "configurations": [
    {
      "type": "office-addin",
      "request": "attach",
      "name": "Attach to Office Add-ins",
      "port": 9222,
      "trace": "verbose",
      "url": "https://localhost:3000/taskpane.html?_host_Info=Outlook$Win32$16.02$en-US$$$$0",
      "webRoot": "${workspaceFolder}",
      "timeout": 45000
    },
}

I launch with npm run dev-server

@MVSTeja91
Copy link

@TCourtneyOwen Any update on this? I am also unable to attach debugger in vscode. I tried both npm start and npm run dev-server both fail, and I also see

Error: Unable to start debugging. office-addin-debugging: Unable to sideload the Office Add-in. Error: Sideload is not supported.

During npm start

@chenjianan0823
Copy link

I also encountered this problem. How did I solve it in the end?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants