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

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

Open SimonaBalan opened 3 years ago

SimonaBalan commented 3 years ago

image

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

SimonaBalan commented 3 years ago

{ "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.