<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Collecting IntelliTrace Data in Production</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Collecting-IntelliTrace-Data-in-Production/RSS"></atom:link>
	<image>
		<url>http://media.ch9.ms/ch9/6469/b6e32a4a-42d8-4a6e-b1c8-993cab306469/VisualStudioToolbox50_220.jpg</url>
		<title>Channel 9 - Collecting IntelliTrace Data in Production</title>
		<link></link>
	</image>
	<description>IntelliTrace&amp;nbsp;is a great tool. It records and traces your app&#39;s code execution and stores this information in a trace file. You can open up that trace file later on and figure out why your app isn&#39;t behaving as expected. This can save you huge amounts of time during development. But what happens when the app goes into production and issues arise? In this episode, Larry Guger shows us how you can use the free standalone IntellliTrace Collector to gather this information from apps running in production. Larry shows us how to download the tool, configure it to collect data, and then how to analyze that data in Visual Studio. </description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 06:19:15 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 06:19:15 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Collecting IntelliTrace Data in Production</title>
		<description>
			<![CDATA[<p>Debugging on steroids. I really can use this for Winforms or WPF apps.</p><p>posted by Oguz</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Collecting-IntelliTrace-Data-in-Production#c634850651683153966</link>
		<pubDate>Fri, 05 Oct 2012 20:19:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Collecting-IntelliTrace-Data-in-Production#c634850651683153966</guid>
		<dc:creator>Oguz</dc:creator>
	</item>
	<item>
		<title>Re: Collecting IntelliTrace Data in Production</title>
		<description>
			<![CDATA[<p>Something that was not clear for me from the video:<br>does the application has to be compiled with debug info?</p><p>Marcel</p><p>posted by marceldevg</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Collecting-IntelliTrace-Data-in-Production#c634852082223237333</link>
		<pubDate>Sun, 07 Oct 2012 12:03:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Collecting-IntelliTrace-Data-in-Production#c634852082223237333</guid>
		<dc:creator>marceldevg</dc:creator>
	</item>
	<item>
		<title>Re: Collecting IntelliTrace Data in Production</title>
		<description>
			<![CDATA[<p>@marceldevg</p><p>During analysis of the log file Visual Studio needs to be able to find the symbol files (.pdb) that were generated when the application was built.&nbsp; The application can be compiled using the &quot;release&quot; mode as long as symbols were included.</p><p>When you open the log file you need to make sure that Visual Studio knows where the matchng symbol files are located.&nbsp; You can set this location in Tools -&gt; Options -&gt; Debugger -&gt; Symbols.</p><p>The symbol files contain the data that matches the compiled binary code back to source files.</p><p>Hope that helps.</p><p>Larry Guger</p><p>posted by lguger</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Collecting-IntelliTrace-Data-in-Production#c634853054379505827</link>
		<pubDate>Mon, 08 Oct 2012 15:03:57 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Collecting-IntelliTrace-Data-in-Production#c634853054379505827</guid>
		<dc:creator>lguger</dc:creator>
	</item>
	<item>
		<title>Re: Collecting IntelliTrace Data in Production</title>
		<description>
			<![CDATA[<p>Any plans to focus on limiting data for security purposes?&nbsp; Due to PII (Personally Identifiable Information), our administrators would not allow this to be run without the ability to limit the data collected.&nbsp; Does the collection plan limit this?</p><p>[Nevermind, saw the Tools|Options that collects events only. Would be nice to be a bit more granular about what call information is recorded rather than all or nothing.]</p><p>posted by rkayman</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Collecting-IntelliTrace-Data-in-Production#c634860175626811671</link>
		<pubDate>Tue, 16 Oct 2012 20:52:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Collecting-IntelliTrace-Data-in-Production#c634860175626811671</guid>
		<dc:creator>rkayman</dc:creator>
	</item>
	<item>
		<title>Re: Collecting IntelliTrace Data in Production</title>
		<description>
			<![CDATA[<p>@rkayman</p><p>Thanks for watching and providing the feedback.&nbsp; We have heard the PII concern a couple of times and we are certainly looking at the best methods for addressing this concern.</p><p>Cheers,<br>Larry</p><p>posted by lguger</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Collecting-IntelliTrace-Data-in-Production#c634860190459863616</link>
		<pubDate>Tue, 16 Oct 2012 21:17:25 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Collecting-IntelliTrace-Data-in-Production#c634860190459863616</guid>
		<dc:creator>lguger</dc:creator>
	</item>
	<item>
		<title>Re: Collecting IntelliTrace Data in Production</title>
		<description>
			<![CDATA[necesito archivos para estudiar <p>posted by jose</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Collecting-IntelliTrace-Data-in-Production#c634871058253641484</link>
		<pubDate>Mon, 29 Oct 2012 11:10:25 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Collecting-IntelliTrace-Data-in-Production#c634871058253641484</guid>
		<dc:creator>jose</dc:creator>
	</item>
</channel>
</rss>