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
I think that B. is the correct answer since msvsmon comes with Visual Studio and allows for remote debugging an application running on the computer where msvsmon has been started.
See: https://msdn.microsoft.com/en-US/library/y7f5zaaa.aspx