<?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 on: How to locate the source code which pops the error message &#8211; More easily.</title>
	<atom:link href="http://weseetips.com/2008/04/17/how-to-locate-the-source-code-which-pops-the-error-message-more-easily/feed/" rel="self" type="application/rss+xml" />
	<link>http://weseetips.com/2008/04/17/how-to-locate-the-source-code-which-pops-the-error-message-more-easily/</link>
	<description>Gold mine of Visual C++ tricks!</description>
	<lastBuildDate>Thu, 11 Mar 2010 09:07:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jijo.Raj</title>
		<link>http://weseetips.com/2008/04/17/how-to-locate-the-source-code-which-pops-the-error-message-more-easily/comment-page-1/#comment-60</link>
		<dc:creator>Jijo.Raj</dc:creator>
		<pubDate>Fri, 18 Apr 2008 04:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://weseetips.wordpress.com/?p=74#comment-60</guid>
		<description>My goodness. I forgot to say about switching threads! Actually i prepared the steps by executing a HelloWorld app. :)</description>
		<content:encoded><![CDATA[<p>My goodness. I forgot to say about switching threads! Actually i prepared the steps by executing a HelloWorld app. <img src='http://weseetips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveen</title>
		<link>http://weseetips.com/2008/04/17/how-to-locate-the-source-code-which-pops-the-error-message-more-easily/comment-page-1/#comment-59</link>
		<dc:creator>Naveen</dc:creator>
		<pubDate>Fri, 18 Apr 2008 00:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://weseetips.wordpress.com/?p=74#comment-59</guid>
		<description>its a good idea when working with a single threaded application. But If the application have multiple threads, there is no gurantee that the thread the break point is hit on the thread the showed the message box. So i think its better to find the techique to switch thread and then checking the call stack.</description>
		<content:encoded><![CDATA[<p>its a good idea when working with a single threaded application. But If the application have multiple threads, there is no gurantee that the thread the break point is hit on the thread the showed the message box. So i think its better to find the techique to switch thread and then checking the call stack.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
