What should you run on the tablet?

You are developing a Universal Windows Platform (UWP) app.
You need to implement remote debugging of the app on a tablet device.
What should you run on the tablet?

You are developing a Universal Windows Platform (UWP) app.
You need to implement remote debugging of the app on a tablet device.
What should you run on the tablet?

A.
windbg.exe

B.
msvsmon.exe

C.
al.exe

D.
msbuild.exe

Explanation:
Remote Debugging Using WinDbg



Leave a Reply 6

Your email address will not be published. Required fields are marked *


Lord Vader

Lord Vader

2 devices:
1. remote device or server machine that you want to debug
2. local machine running Visual Studio

find the remote debugger (msvsmon.exe) on a computer with Visual Studio 2015 Community, Professional, or Enterprise already installed.
Run the remote debugger (msvsmon.exe) from a file share.

Share the Remote Debugger folder on the Visual Studio computer.
On the remote computer, run msvsmon.exe. Follow the setup instructions.