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

Unable to debug custom functions in JS-only runtime in Excel on Windows #129

Open
PavelVSmirnov opened this issue May 7, 2024 · 0 comments
Assignees

Comments

@PavelVSmirnov
Copy link

I can start and see custom functions from the sample (Excel-Custom-Functions-JS) running in desktop Excel 2021 on Windows, but cannot debug them in that environment.

Trying from VS Code starting configuration "Excel Desktop (Custom Functions)".

Tried many different things with no luck.

I see the following strings in launch.json:
"type": "node",
"request": "attach",
"port": 9223,

But when Excel is up and running the add-in, and VS Code is trying to connect debugger, no process is listening on port 9223. Does this have something to do with my problem?

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

No branches or pull requests

2 participants