<?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>EurekaLog Blog &#187; additional features</title>
	<atom:link href="http://blog.eurekalog.com/tag/additional-features/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.eurekalog.com</link>
	<description>A blog about the EurekaLog tool</description>
	<lastBuildDate>Tue, 27 Jul 2010 11:43:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to debug application&#8217;s hang?</title>
		<link>http://blog.eurekalog.com/how-to-debug-applications-hang/</link>
		<comments>http://blog.eurekalog.com/how-to-debug-applications-hang/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 20:07:40 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[additional features]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[how-to]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=370</guid>
		<description><![CDATA[Today’s article will cover different approaches to debugging of application’s hangs. It contains six parts: preparations, debuggin with Delphi, debuggin with EurekaLog, debuggin with Process Explorer, debuggin with Threads Snapshot and a practical example.]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/how-to-debug-applications-hang/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>New Exception class in Delphi 2009 and above</title>
		<link>http://blog.eurekalog.com/new-exception-class-in-delphi-2009-and-above/</link>
		<comments>http://blog.eurekalog.com/new-exception-class-in-delphi-2009-and-above/#comments</comments>
		<pubDate>Wed, 05 May 2010 10:56:58 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[additional features]]></category>
		<category><![CDATA[how it works]]></category>
		<category><![CDATA[other tools]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=354</guid>
		<description><![CDATA[Exception class from SysUtils unit wasn't changed since Delphi 2. It got new properties in Delphi 2009. So, I decided to give an overview of new capabilities of Exception class.]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/new-exception-class-in-delphi-2009-and-above/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>EurekaLog for Shareware developers</title>
		<link>http://blog.eurekalog.com/eurekalog-for-shareware-developers/</link>
		<comments>http://blog.eurekalog.com/eurekalog-for-shareware-developers/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 10:00:41 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[additional features]]></category>
		<category><![CDATA[EL 6.x]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[how it works]]></category>
		<category><![CDATA[shareware]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=60</guid>
		<description><![CDATA[Today I want to browse EurekaLog's features that is related to shareware developers.]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/eurekalog-for-shareware-developers/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>EurekaLog&#8217;s anti-freeze feature</title>
		<link>http://blog.eurekalog.com/eurekalogs-anti-freeze-feature/</link>
		<comments>http://blog.eurekalog.com/eurekalogs-anti-freeze-feature/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 08:00:21 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[additional features]]></category>
		<category><![CDATA[EL 6.x]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[how it works]]></category>
		<category><![CDATA[memory leaks]]></category>

		<guid isPermaLink="false">http://blog.eurekalog.com/?p=6</guid>
		<description><![CDATA[As you know, EurekaLog is a great tool to catch exceptions in your application. Though there are some cases which you want to consider as "bugs", but there is no exception to catch it! 
For example, consider your application is deadlocking. How about endless cycle which loads CPU core up to 100%? What about do not updating your UI for 10 minutes? Are those issues bugs or not?
Yes, all these cases are bugs in your application. But no exception is raised in such cases - your application simply stops working. Those cases can be very nasty and hard to diagnose, because your application doesn't show any error message and doesn't generate any log files. 

So, how can you catch them? ]]></description>
		<wfw:commentRss>http://blog.eurekalog.com/eurekalogs-anti-freeze-feature/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
