Skip to content

Debugging doesn't appear to work #453

@tgoyer

Description

@tgoyer

Expected behavior

I expect to be able to debug my vanilla scaffolded project.

Current behavior

I created a brand new "yo office" scaffolded Excel Addin project and npm start started it.
When I run F12 (IEChooser.exe), I get no listed projects.
When I run the VSCode Office Addin-Debugger, I get the following error:
[vscode-debugger-extension-for-office-addins] Error processing "attach": connect ECONNREFUSED 127.0.0.1:9222

Steps to Reproduce

  1. Scaffold vanilla Excel addin (yo office)
  2. npm install && npm start
  3. Hit "Show Taskpane" in Excel
  4. Load debuggers

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

  • Operating System: Win 10 64-bit
  • Node version: v.14.17.0
  • Office version: Excel 365
  • Tool version:
    "office-addin-cli": "^1.0.17",
    "office-addin-debugging": "^4.0.3",
    "office-addin-dev-certs": "^1.5.12",
    "office-addin-lint": "^1.1.4",
    "office-addin-manifest": "^1.5.16",
    "office-addin-prettier-config": "^1.0.14",
    "office-addin-test-helpers": "^1.0.28",
    "office-addin-test-server": "^1.0.37",

Metadata

Metadata

Assignees

No one assigned

    Labels

    triagedBug has been triaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions