intellitrace 独立记录器

发布于 2024-08-13 21:40:56 字数 360 浏览 4 评论 0原文

我知道测试用例管理应用程序默默地记录 intellitrace 数据转储文件(http://blogs.msdn.com/jennifer/archive/2008/12/05/visual-studio-team-system-vsts-2010-making-testing -easier.aspx

我很好奇是否有一个独立版本允许记录intellitrace日志(例如位于托盘窗口中的东西)。

I know that Test Case Management app silently records intellitrace data dump files (http://blogs.msdn.com/jennifer/archive/2008/12/05/visual-studio-team-system-vsts-2010-making-testing-easier.aspx)

I was curious if there is a standalone version that allows to record intellitrace logs (e.g. something that would sit in the tray window).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

时光无声 2024-08-20 21:40:56

“Microsoft Visual Studio 10.0\Team Tools\TraceDebugger Tools”下的 VSTraceLog.exe 可能就是您要找的。

VSTraceLog.exe /?以获得不同的选项。

一个简单的示例:VSTracelog.exe launch /cp:CollectionPlan.xml /f:logfilename.tdlog TheExecutableToLog.exe

您需要复制文件“Microsoft Visual Studio 10.0\Team Tools\TraceDebugger Tools\” en\CollectionPlan.xml”到已知位置并修改它。打开 XML 文件并找到“DiagnosticEventInstrumentation”,将启用属性设置为 true。您也可以选择启用“TraceInstrumentation”。启用 TraceInstrumentation 就像启用工具 -> 选项 -> IntelliTrace -> 事件和调用信息。

VSTraceLog.exe under "Microsoft Visual Studio 10.0\Team Tools\TraceDebugger Tools" could be what you are looking for.

VSTraceLog.exe /? to get the different options.

A simple example: VSTracelog.exe launch /cp:CollectionPlan.xml /f:logfilename.tdlog TheExecutableToLog.exe

You'll want to copy the file "Microsoft Visual Studio 10.0\Team Tools\TraceDebugger Tools\en\CollectionPlan.xml" to a known location and modify it. Open the XML file and find "DiagnosticEventInstrumentation" set the enabled attribute to true. Optionally you can enable "TraceInstrumentation" as well. Enabling TraceInstrumentation would be like enabling Tools->Options->IntelliTrace->events and call information.

故人的歌 2024-08-20 21:40:56

Visual Studio 2012 提供了完全受支持的独立版本。 http://www.microsoft.com/en-us/download /details.aspx?id=29036

With Visual Studio 2012 there is a fully supported standalone version available. http://www.microsoft.com/en-us/download/details.aspx?id=29036

独守阴晴ぅ圆缺 2024-08-20 21:40:56

您可能还对 http://naveensrinivasan.com/2010/04/28/useintellitracewithoutvsnet/ 感兴趣,介绍如何在未安装 Visual Studio 的电脑上运行 IntelliTrace。在这种情况下,如果您没有运行 VS2010 Ultimate,它也适用于您。

You might also be interested in http://naveensrinivasan.com/2010/04/28/useintellitracewithoutvsnet/, which describes how to run IntelliTrace on PCs that don't have Visual Studio installed. In this case it would apply to you if you aren't running VS2010 Ultimate.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文