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

Breakpoint ignored because generated code not found (source map problem?) #24

Open
SimonaBalan opened this issue Feb 8, 2021 · 1 comment

Comments

@SimonaBalan
Copy link

image

This is how it looks, and I cannot enter any breakpoint :( :( :(

@SimonaBalan
Copy link
Author

SimonaBalan commented Feb 8, 2021

{
"type": "office-addin",
"request": "attach",
"name": "Attach to Office Add-ins",
"port": 9222,
"trace": "verbose",
"url": "https://localhost:3000/taskpane.html?_host_Info=Word$Win32$16.01$en-US$$$$0",
"webRoot": "${workspaceFolder}/dist",
"sourceMaps": true,
"sourceMapPathOverrides": {
"": "${webRoot}/"
},
"timeout": 45000
}

This is the configuration that I am trying to debug with.
I tried all the possibilities and combinations, does not want to hit the breakpoints in vs code.

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

1 participant