如何在 Visual Studio 的 Windows 平板电脑上调试 Xamarin 应用程序?

How to debug Xamarin application on a Windows tablet from Visual Studio?

我使用 Xamarin 构建了跨平台应用程序,我可以从 Visual Studio 为 iOS 和 Android 调试它,有什么方法可以为 Windows 调试相同的代码平板电脑。

我尝试了远程调试,但我的应用程序从未在 运行 应用程序列表中列出。

要能够在远程设备上调试 UWP 应用程序,您必须 install the Remote Tools。这需要 运行 以便设备可被发现并可用于调试。

如果您在发现设备时遇到任何问题,可以从 here. Consider going through the whole documentation page here 下载这些工具。还有一个故障排除部分可能会有所帮助。