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

Support for debugging webviews in UWPs #1209

Closed
connor4312 opened this issue Feb 22, 2022 · 1 comment · Fixed by #1282
Closed

Support for debugging webviews in UWPs #1209

connor4312 opened this issue Feb 22, 2022 · 1 comment · Fixed by #1282
Assignees
Labels
feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@connor4312
Copy link
Member

Today js-debug can debug webview2's embedded in C++, but @DavidShoe requested we also add support for webviews in UWPs.

This is a little more involved, and he created a sample repo that demonstrates this. Primarily, acquiring the pipe involves some low level win32 calls. Therefore I've wrapped this in a native Node module in https://github.com/microsoft/vscode-win32-app-container-tokens, and will integrate it from there into js-debug.

@connor4312
Copy link
Member Author

Marking verified from @DavidShoe's report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant