visual studio 2015 - How to use a WIndows 10 tablet as an emulator? -
hi developing windows universal application , want use windows 10 tablet connected pc usb testing device app when run it. how can this?
you can try out remote debugging.
choose remote machine target device in project properties.
choose find device -> enter ip of tablet in dialog box shown.
install remote debugging tools in target device.
you should have remote debugger open in target device connection set up.
this link might - https://msdn.microsoft.com/en-us/library/y7f5zaaa.aspx
Comments
Post a Comment