我需要从我的 Winrt 应用程序中收集 .iTrace 文件,而无需在 Visual Studio 中进行调试。
我尝试使用,这篇文章
http://msdn.microsoft.com/en-us/library/vstudio/hh398365.aspx
但我的应用程序 C:\MyApp\MyApp.exe 的路径有问题
C:\IntelliTraceCollector\IntelliTraceSC.exe 启动 /cp:"C:\IntelliTraceCollector\collection_plan.ASP.NET.default.xml" /f:"C:\IntelliTraceLogFiles\MyApp.itrace" "C:\MyApp\MyApp.exe "
谢谢。