<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Gurock Software Blog</title>
	<atom:link href="http://blog.gurock.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gurock.com</link>
	<description>Our products, programming &#38; business.</description>
	<lastBuildDate>Tue, 09 Feb 2010 18:35:10 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Announcing TestRail 1.0 by TestRail Roadmap 2010 Q1-Q2</title>
		<link>http://blog.gurock.com/postings/announcing-testrail-1-0/1117/comment-page-1/#comment-57684</link>
		<dc:creator>TestRail Roadmap 2010 Q1-Q2</dc:creator>
		<pubDate>Tue, 09 Feb 2010 18:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gurock.com/?p=1117#comment-57684</guid>
		<description>[...] that we released TestRail, it&#8217;s time to share some of our plans regarding future versions of our test management [...]</description>
		<content:encoded><![CDATA[<p>[...] that we released TestRail, it&#8217;s time to share some of our plans regarding future versions of our test management [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Announcing TestRail 1.0 by Anna</title>
		<link>http://blog.gurock.com/postings/announcing-testrail-1-0/1117/comment-page-1/#comment-57461</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Sat, 06 Feb 2010 00:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gurock.com/?p=1117#comment-57461</guid>
		<description>Looks interesting.</description>
		<content:encoded><![CDATA[<p>Looks interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with Delphi&#8217;s new Exception.StackTrace by Pierre-Fr. Culand</title>
		<link>http://blog.gurock.com/postings/working-with-delphis-new-exception-stacktrace/730/comment-page-1/#comment-57353</link>
		<dc:creator>Pierre-Fr. Culand</dc:creator>
		<pubDate>Thu, 04 Feb 2010 11:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gurock.com/?p=730#comment-57353</guid>
		<description>Hi Tobias,

Thank you for your answer.

Actually, I have to admit that my question was a bit stupid... :-o
I noticed just after having posted that the answers to my questions were already in the examples of the JCL...

(in stacktrack and threadexcept examples)

I have now a fantastic tool to debug my multithreaded Delphi 6 application ! Whatever the unhandled exception is raised in the main VCL thread or in one of my other threads...

Thank you for your answer anyway.</description>
		<content:encoded><![CDATA[<p>Hi Tobias,</p>
<p>Thank you for your answer.</p>
<p>Actually, I have to admit that my question was a bit stupid&#8230; <img src='http://blog.gurock.com/wp-includes/images/smilies/icon_surprised.gif' alt=':-o' class='wp-smiley' /><br />
I noticed just after having posted that the answers to my questions were already in the examples of the JCL&#8230;</p>
<p>(in stacktrack and threadexcept examples)</p>
<p>I have now a fantastic tool to debug my multithreaded Delphi 6 application ! Whatever the unhandled exception is raised in the main VCL thread or in one of my other threads&#8230;</p>
<p>Thank you for your answer anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with Delphi&#8217;s new Exception.StackTrace by Tobias Gurock</title>
		<link>http://blog.gurock.com/postings/working-with-delphis-new-exception-stacktrace/730/comment-page-1/#comment-57343</link>
		<dc:creator>Tobias Gurock</dc:creator>
		<pubDate>Thu, 04 Feb 2010 09:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gurock.com/?p=730#comment-57343</guid>
		<description>Hello Pierre-François,

In the SmartInspect Console (standard forms application), we are calling JclLastExceptStackListToStrings in the application exception event to show/log/handle unhandled exceptions. Not sure if this event is available in Delphi 6 though (although I guess it is).</description>
		<content:encoded><![CDATA[<p>Hello Pierre-François,</p>
<p>In the SmartInspect Console (standard forms application), we are calling JclLastExceptStackListToStrings in the application exception event to show/log/handle unhandled exceptions. Not sure if this event is available in Delphi 6 though (although I guess it is).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with Delphi&#8217;s new Exception.StackTrace by Pierre-Fr. Culand</title>
		<link>http://blog.gurock.com/postings/working-with-delphis-new-exception-stacktrace/730/comment-page-1/#comment-57094</link>
		<dc:creator>Pierre-Fr. Culand</dc:creator>
		<pubDate>Mon, 01 Feb 2010 18:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gurock.com/?p=730#comment-57094</guid>
		<description>I wonder I should be more precise concerning my need:

First be aware I&#039;m using Delphi 6 only...

I tried to use JCLDebug and JCLHookExcept units to log unhandled exceptions of my multithreaded application with a full call stack dump. (Using the JclLastExceptStackList function).

But I noticed that my exception notifier (installed with AddExceptNotifier) is called on EACH exception raised in my application, EVEN IF IT IS ALREADY HANDLED in my code.

But I just want to address unhandled exceptions that make crash one thread of my app, getting the complete call stack dump that lead to the unhandled exception raising.

How can I distinguish unhandled exceptions from handled ones ?

I didn&#039;t found how to do this...

Thanks for any help.</description>
		<content:encoded><![CDATA[<p>I wonder I should be more precise concerning my need:</p>
<p>First be aware I&#8217;m using Delphi 6 only&#8230;</p>
<p>I tried to use JCLDebug and JCLHookExcept units to log unhandled exceptions of my multithreaded application with a full call stack dump. (Using the JclLastExceptStackList function).</p>
<p>But I noticed that my exception notifier (installed with AddExceptNotifier) is called on EACH exception raised in my application, EVEN IF IT IS ALREADY HANDLED in my code.</p>
<p>But I just want to address unhandled exceptions that make crash one thread of my app, getting the complete call stack dump that lead to the unhandled exception raising.</p>
<p>How can I distinguish unhandled exceptions from handled ones ?</p>
<p>I didn&#8217;t found how to do this&#8230;</p>
<p>Thanks for any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with Delphi&#8217;s new Exception.StackTrace by Pierre-Fr. Culand</title>
		<link>http://blog.gurock.com/postings/working-with-delphis-new-exception-stacktrace/730/comment-page-1/#comment-57090</link>
		<dc:creator>Pierre-Fr. Culand</dc:creator>
		<pubDate>Mon, 01 Feb 2010 17:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gurock.com/?p=730#comment-57090</guid>
		<description>Sorry if my question is a bit trivial, I&#039;m not sur to have correctly understood that stuff.

What if I need a JCL stack trace for unhandled exceptions only ?

Thank you.
Pierre-François Culand</description>
		<content:encoded><![CDATA[<p>Sorry if my question is a bit trivial, I&#8217;m not sur to have correctly understood that stuff.</p>
<p>What if I need a JCL stack trace for unhandled exceptions only ?</p>
<p>Thank you.<br />
Pierre-François Culand</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SmartInspect presentation available for download by Anonymous</title>
		<link>http://blog.gurock.com/postings/smartinspect-presentation-available-for-download/579/comment-page-1/#comment-55961</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 15 Jan 2010 12:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gurock.com/?p=579#comment-55961</guid>
		<description>Thanks for sharing the software smartnspect it will be quite useful</description>
		<content:encoded><![CDATA[<p>Thanks for sharing the software smartnspect it will be quite useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Happy Holidays and New Year! by Mad</title>
		<link>http://blog.gurock.com/postings/happy-holidays-and-new-year-2/1097/comment-page-1/#comment-54653</link>
		<dc:creator>Mad</dc:creator>
		<pubDate>Thu, 24 Dec 2009 11:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gurock.com/?p=1097#comment-54653</guid>
		<description>Much kudos to you for TestRail, a great app indeed.</description>
		<content:encoded><![CDATA[<p>Much kudos to you for TestRail, a great app indeed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TestRail Roadmap to 1.0 by TestRail Beta 1.0.4 released</title>
		<link>http://blog.gurock.com/postings/testrail-roadmap-to-1-0/1022/comment-page-1/#comment-54195</link>
		<dc:creator>TestRail Beta 1.0.4 released</dc:creator>
		<pubDate>Thu, 17 Dec 2009 15:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gurock.com/?p=1022#comment-54195</guid>
		<description>[...] Our products, programming &amp; business.         &#171; TestRail Roadmap to 1.0 [...]</description>
		<content:encoded><![CDATA[<p>[...] Our products, programming &amp; business.         &laquo; TestRail Roadmap to 1.0 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free SmartInspect licenses for user groups and developer events by WIGerald</title>
		<link>http://blog.gurock.com/postings/free-smartinspect-licenses-for-user-groups-and-developer-events/432/comment-page-1/#comment-53940</link>
		<dc:creator>WIGerald</dc:creator>
		<pubDate>Sun, 13 Dec 2009 03:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gurock.com/?p=432#comment-53940</guid>
		<description>How&#039;s it going?</description>
		<content:encoded><![CDATA[<p>How&#8217;s it going?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
