Saving the list of events from Diagnostic Tools in VS2015

懵懂的女人 提交于 2019-12-07 06:13:39

问题


Is there a way to save the list of events shown in the Visual Studio 2015 Diagnostic Tools Events tab to a file?


回答1:


It doesn't seem like there is a way to do this currently, but it has been suggested as a future improvement here: https://visualstudio.uservoice.com/forums/121579-visual-studio-ide/suggestions/11080035-allow-excel-export-for-diagnostic-tools-events




回答2:


You can persist a list of exceptions reported in Events tab by enabling IntelliTrace recordings in Tools > Options > IntelliTrace > Advanced. This will save IntelliTrace's *.iTrace file with a list of exceptions on disk. Later you can open this file with Visual Studio.

You can find more information regarding *.iTrace files here and here.



来源:https://stackoverflow.com/questions/36365087/saving-the-list-of-events-from-diagnostic-tools-in-vs2015

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!