调试和测试 Windows 应用商店应用程序

Visual Studio 中含有一组测试和调试工具,可帮助您确保 Windows 应用商店应用程序具有最高的质量。

本节内容

从 Visual Studio 运行 Windows 应用商店应用程序

“从 Visual Studio 中运行 Windows 应用商店应用程序”展示如何在本地计算机上、在 Windows 应用商店应用程序模拟器中或在远程设备上运行应用程序。

调试 Windows 应用商店应用程序

“调试 Windows 应用商店应用程序”介绍 Visual Studio 调试器,它可帮助您找到并修复代码中的 Bug。

用 Visual Studio 代码分析来分析 Windows 应用商店应用程序的代码质量

“用 Visual Studio 代码分析功能分析 Windows 应用商店应用程序的代码质量”展示如何找到一些难以在调试和测试过程中检测到的常见问题。

创建和运行针对 Windows 应用商店应用程序的单元测试

创建和运行针对 Windows 应用商店应用程序的单元测试

分析 Windows 应用商店应用程序的性能

分析 Windows 应用商店应用程序的性能

分析 Windows 应用商店应用程序中的内存使用情况 (JavaScript)

分析内存使用情况和在 Windows 应用商店应用程序中查找内存泄漏。

有关调试的详细信息,请参见 MSDN 库中的在 Visual Studio 中调试