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.

enter image description here

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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -