Debugging on Windows
Use Visual Studios 2015 to debug a Windows app that includes Apache Cordova and Kapsel plugins.
Prerequisites
-
A Windows 10 device attached to the development machine.
-
Enable your device for development: https://msdn.microsoft.com/en-us/windows/uwp/get-started/enable-your-device-for-development
Procedure
- In Visual Studio 2015, open the sln file from the generated folder.
- In Solution Platform, select the platform: x64, ARM, or x86.
- Under Debug Target, select the target: Local Machine, Device, or Remote Machine.
- Run the application to deply and start it. You can debug the application using Visual Studio 2015.