<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Development and Integrity Management by Eli Lopian &#187; Debugging</title>
	<atom:link href="http://www.elilopian.com/category/debugging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elilopian.com</link>
	<description>Creating better software</description>
	<lastBuildDate>Sun, 02 Jan 2011 15:54:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Debugging Communication Errors</title>
		<link>http://www.elilopian.com/2010/02/10/debugging-communication-errors/</link>
		<comments>http://www.elilopian.com/2010/02/10/debugging-communication-errors/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 16:07:00 +0000</pubDate>
		<dc:creator>Eli Lopian</dc:creator>
				<category><![CDATA[.NET Tests]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Management for Geeks]]></category>
		<category><![CDATA[Time Management]]></category>
		<category><![CDATA[Unit Tests]]></category>

		<guid isPermaLink="false">http://www.elilopian.com/2010/02/10/debugging-communication-errors/</guid>
		<description><![CDATA[


]]></description>
		<wfw:commentRss>http://www.elilopian.com/2010/02/10/debugging-communication-errors/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nicer Tracing with [VerifyMocks]</title>
		<link>http://www.elilopian.com/2007/06/25/nicer-tracing-with-verifymocks/</link>
		<comments>http://www.elilopian.com/2007/06/25/nicer-tracing-with-verifymocks/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 13:08:27 +0000</pubDate>
		<dc:creator>Eli Lopian</dc:creator>
				<category><![CDATA[.NET Tests]]></category>
		<category><![CDATA[Debugging]]></category>

		<guid isPermaLink="false">http://www.elilopian.com/2007/06/25/nicer-tracing-with-verifymocks/</guid>
		<description><![CDATA[An unknown feature, (at least till this blog) of the final version of TypeMock 4.0 is the Tracer Utility. Up till this version each time you called MockManager.Init() or when TypeMock started a new sessions the Tracer showed an Initialization (#number) to make it possible to trace the mocked calls.

The reason for this was that [...]]]></description>
		<wfw:commentRss>http://www.elilopian.com/2007/06/25/nicer-tracing-with-verifymocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Debug with TypeMock.NET without losing your head</title>
		<link>http://www.elilopian.com/2006/10/08/how-to-debug-with-typemocknet-without-losing-your-head/</link>
		<comments>http://www.elilopian.com/2006/10/08/how-to-debug-with-typemocknet-without-losing-your-head/#comments</comments>
		<pubDate>Sun, 08 Oct 2006 16:55:28 +0000</pubDate>
		<dc:creator>Eli Lopian</dc:creator>
				<category><![CDATA[.NET Tests]]></category>
		<category><![CDATA[Debugging]]></category>

		<guid isPermaLink="false">http://www.elilopian.com/2006/10/08/how-to-debug-with-typemocknet-without-losing-your-head/</guid>
		<description><![CDATA[TypeMock.NET has many internal features that allow debugging code that has some mocked methods, and although this works most of the time, there are some things you need to watch out for. All these have to do with the Visual Studio&#8217;s Property Evaluation or funceval (see Mike Stall&#8217;s &#8211; Func-eval is evil post)
Basically whenever you [...]]]></description>
		<wfw:commentRss>http://www.elilopian.com/2006/10/08/how-to-debug-with-typemocknet-without-losing-your-head/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

