In Visual Studio 2022, I would like to set breakpoints, watch variables, and log output from the Javascript of a WebView2 component used in a Windows app written in C#.
This should be possible, according to this documentation.
I have done the previous steps, but I'm stuck on this step. I expected that the documentation would not be outdated, since the instructions are for VS2022 and it has been update this year. The Property Pages look quite different, and no "debugger type" is found via VS search.
As a result, I can't select the Javascript debugger I installed with Visual Studio Installer.
When running the debug configuration, breakpoints in the Javascript behave as before: VS tells me it will not stop on the breakpoint, and doesn't.