How to debug memory leaks in Windows Store apps?
问题 So I have a .NET Windows Store app that is leaking memory. What can I do about it? The profiler tools I used for desktop apps from jetBrains or Red-Gate/ANTS don't support Metro Apps (or do they now?) 回答1: For the simplest approach - skip to the bottom to read about the description of doing that with Visual Studio 2013. Now there might be some new tools - perhaps something in the updated Visual Studio and I would love to find about these, but I tried WinDbg before with some success. Here are