microsoft / vscode-edge-debug2

This is a VS Code extension which helps you debug your JavaScript Code inside the Edge browser.
Other
37 stars 31 forks source link

[Question] Is it possible to debug an app inside an iframe ? #185

Open TechWatching opened 4 years ago

TechWatching commented 4 years ago

I want to debug inside vscode a Teams app I am developing. Problem is that teams apps are web apps running inside an iframe and I don't know how to configure the extension to debug it or even if it's possible.

There is a similar issue for the vscode-chrome-debugger extension.