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
Correct answer is B
https://msdn.microsoft.com/en-us/library/y7f5zaaa.aspx
you’re right, shot.
I was recommended by one of my friend, he used the 70-357 dumps and said they are helpful. He was right! I passed my Microsoft 70-357 exam yesterday. I was lucky, all my questions in the exams were from this dumps: https://drive.google.com/open?id=0B3Syig5i8gpDX0h0NEJPbHdLcWc
I think that msvsmon.exe is correct answer according to https://msdn.microsoft.com/en-Us/library/y7f5zaaa.aspx
I also really do think msvsmon.exe is the correct (B, not A):
https://docs.microsoft.com/en-us/visualstudio/debugger/run-windows-store-apps-on-a-remote-machine
Windbg is just for debugging UWP apps locally:
https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/debugging-a-uwp-app-using-windbg
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.