dotnet / project-system

The .NET Project System for Visual Studio
MIT License
967 stars 386 forks source link

Support WebView2 debugging #6599

Open tmeschter opened 4 years ago

tmeschter commented 4 years ago

We need to make a series of changes to the project system to allow the user to enable the JavaScript debug engine when debugging a WinForms/WPF/WinUI app that includes a WebView2 control. There are three distinct pieces of work:

There are a couple of additional things we could do but are not necessary:

NickDarvey commented 1 year ago

allow the user to enable the JavaScript debug engine when debugging a WinForms/WPF/WinUI app that includes a WebView2

I'm interested in being such a user. It looks like this is partially completed, because I see the property page UI changes in Visual Studio:

image

Is this scenario supported now?