david-risney / WebView2Utilities

WebView2Utilities helps you develop and debug Microsoft Edge WebView2 apps.
https://david-risney.github.io/WebView2Utilities/
MIT License
25 stars 7 forks source link

Show browser PID or URL in host app list #44

Closed champnic closed 1 year ago

champnic commented 1 year ago

Currently if there are multiple WebView2's associated with a host app, the host app appears multiple times in the list with no distinction between them. We should probably show at least the PID of the browser process. Ideally, we would show the URL in the connected WebView2 as that's easier to distinguish for a developer.

champnic commented 1 year ago

Now showing the browser PID in the host apps list. URL may be too difficult (and unclear when there are multiple child WebView2's).