WebView2Utilities
WebView2Utilities copied to clipboard
WebView2Utilities helps you develop and debug Microsoft Edge WebView2 apps.
Partially addresses #95
Display in the WebView2 instance details pane about which overrides are active, and if both are active, state that the reg key is overriding. Addresses #72, #73
Add more info to the report: * The Watson bucket id are logged in event log. If possible, you should ask the customer to share the %SystemRoot%\System32\Winevt\Logs\Application.evtx file. The events...
If you use PowerToys 0.64.1 and turn on explorer preview and markdown preview and then open explorer and preview a markdown file, prevhost.exe will start as a child of the...
At the moment there's just this [Manual test scenarios](https://github.com/david-risney/WebView2Utilities/wiki/Manual-test-scenarios) page. Automated testing would be much better. I feel like I regress something with every release. Automated testing is sort of...
A feature to see visually where a WebView2 is located within an application. A rectangular border or a light semi-transparent overlay on top of the WebView2 so that users can...
Consider looking into OSS that uses NtQuery* related OS functions to find which processes have which pipes open. Issues previously were that it could be slow and that it can...