<?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 - Techniques in Advanced .NET Debugging with John Robbins (Part 1 of 3)</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/egibson/MSDN-Simulcast-Techniques-in-Advanced-NET-Debugging-with-John-Robbins-Part-1-of-3/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/ch9/5/0/1/5/4/5/AdvancedNETDebugging1_512_ch9.png</url>
		<title>Channel 9 - Techniques in Advanced .NET Debugging with John Robbins (Part 1 of 3)</title>
		<link></link>
	</image>
	<description> Bugs suck and debugging is hard! Did you take a class on debugging in college? Of course not. You&#39;ve had to learn debugging by trial and error, with lots of emphasis on the error. Another question: have you read the Microsoft Visual Studio debugger documentation? Again, doubtful. According to the research, most developers spend 50% of their time debugging, but you&#39;re doing it with your hands tied behind your back.Watch these in-person event recordings and learn the tricks that will make your coworkers say &amp;quot;Wow! How&#39;d you do that?&amp;quot; You&#39;ll learn new techniques of programming the debugger to stop exactly when your bug occurs. You&#39;ll see how to view your data in ways you never thought possible so you can see what you need to see and spend less time guessing. You&#39;ll learn many undocumented techniques for maximizing your usage so you&#39;re never sitting there staring at the computer saying &amp;quot;what do I do now?&amp;quot; You&#39;ll also see the brand new capabilities in Microsoft Visual Studio 2010 such as IntelliTrace, the key feature of Visual Studio 2010, that will forever change the way you approach debugging and problem solving.Techniques in Advanced .NET Debugging (Part 1)Techniques in Advanced .NET Debugging (Part 2)Techniques in Advanced .NET Debugging (Part 3) </description>
	<link></link>
	<language>en</language>
	<pubDate>Tue, 21 May 2013 16:16:19 GMT</pubDate>
	<lastBuildDate>Tue, 21 May 2013 16:16:19 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Techniques in Advanced .NET Debugging with John Robbins (Part 1 of 3)</title>
		<description>
			<![CDATA[
<p>I nominate this for the <strong><u>worst</u></strong> encoding of a very important presentation to ever grace Channel 9.</p>
<p>posted by Corrector2</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/egibson/MSDN-Simulcast-Techniques-in-Advanced-NET-Debugging-with-John-Robbins-Part-1-of-3#c634075403830000000</link>
		<pubDate>Thu, 22 Apr 2010 13:39:43 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/egibson/MSDN-Simulcast-Techniques-in-Advanced-NET-Debugging-with-John-Robbins-Part-1-of-3#c634075403830000000</guid>
		<dc:creator>Corrector2</dc:creator>
	</item>
	<item>
		<title>Re: Techniques in Advanced .NET Debugging with John Robbins (Part 1 of 3)</title>
		<description>
			<![CDATA[
<p>yeah .... the sound quality is terrible, but anyway, good talk <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> </p>
<p>posted by felix9</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/egibson/MSDN-Simulcast-Techniques-in-Advanced-NET-Debugging-with-John-Robbins-Part-1-of-3#c634075546620000000</link>
		<pubDate>Thu, 22 Apr 2010 17:37:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/egibson/MSDN-Simulcast-Techniques-in-Advanced-NET-Debugging-with-John-Robbins-Part-1-of-3#c634075546620000000</guid>
		<dc:creator>felix9</dc:creator>
	</item>
	<item>
		<title>Re: Techniques in Advanced .NET Debugging with John Robbins (Part 1 of 3)</title>
		<description>
			<![CDATA[
<p>Like John had mentioned in the video ,implemented the VS2010 addin for setting break-point using wildcard and regular expression for function names
<a href="http://naveensrinivasan.com/2010/04/27/vs2010-addinforbreakpoint/">VS2010AddinForPartialFunctionNames</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>posted by naveens</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/egibson/MSDN-Simulcast-Techniques-in-Advanced-NET-Debugging-with-John-Robbins-Part-1-of-3#c634079797460000000</link>
		<pubDate>Tue, 27 Apr 2010 15:42:26 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/egibson/MSDN-Simulcast-Techniques-in-Advanced-NET-Debugging-with-John-Robbins-Part-1-of-3#c634079797460000000</guid>
		<dc:creator>naveens</dc:creator>
	</item>
	<item>
		<title>Re: Techniques in Advanced .NET Debugging with John Robbins (Part 1 of 3)</title>
		<description>
			<![CDATA[
<p>This was an interesting and at times entertaining series on a dry subject, but I'd classify this at the intermediate/beginner-intermediate level.</p>
<p>&nbsp;</p>
<p>My favorite new tip presented was the ability to throw object ids into the watch window - could have used this on many occasions.</p>
<p>posted by kppullin</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/egibson/MSDN-Simulcast-Techniques-in-Advanced-NET-Debugging-with-John-Robbins-Part-1-of-3#c634084585750000000</link>
		<pubDate>Mon, 03 May 2010 04:42:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/egibson/MSDN-Simulcast-Techniques-in-Advanced-NET-Debugging-with-John-Robbins-Part-1-of-3#c634084585750000000</guid>
		<dc:creator>kppullin</dc:creator>
	</item>
	<item>
		<title>Re: Techniques in Advanced .NET Debugging with John Robbins (Part 1 of 3)</title>
		<description>
			<![CDATA[
<p>Interesting talk. Absolutely terrible quality (video about one frame per second, undreadable slides, distorted sound).</p>
<p>posted by ppietrus</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/egibson/MSDN-Simulcast-Techniques-in-Advanced-NET-Debugging-with-John-Robbins-Part-1-of-3#c634105191010000000</link>
		<pubDate>Thu, 27 May 2010 01:05:01 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/egibson/MSDN-Simulcast-Techniques-in-Advanced-NET-Debugging-with-John-Robbins-Part-1-of-3#c634105191010000000</guid>
		<dc:creator>ppietrus</dc:creator>
	</item>
</channel>
</rss>