Web Developer Tools on Windows¶
WinRT WebView¶
Trident WebView¶
-
Install a recent version of Visual Studio (The free “Community” Edition is fine. The following steps are based on VS 2017). Make sure the “ASP.NET and web development” workload is selected in the installer;
-
Open Debug -> Attach to Process...;
-
Click Select... and choose Debug there code types: -> Script
-
Find and select the process of your DeskGap application in Available Pocesses;
-
Click Attach. The DOM Explorer and JavaSript Console should now show up. If not, open them in Debug -> Windows.