<?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"
	>
<channel>
	<title>Comments on: Eclipse Part 2</title>
	<atom:link href="http://blog.xcski.com/2008/06/04/eclipse-part-2/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.xcski.com/2008/06/04/eclipse-part-2</link>
	<description>Everything I used to bore people on newsgroups and mailing lists with, now in one inconvenient place.</description>
	<pubDate>Tue, 02 Dec 2008 05:30:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Paul Tomblin</title>
		<link>http://blog.xcski.com/2008/06/04/eclipse-part-2#comment-93041</link>
		<dc:creator>Paul Tomblin</dc:creator>
		<pubDate>Wed, 04 Jun 2008 19:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xcski.com/?p=1368#comment-93041</guid>
		<description>I haven't had much luck figuring out how to make Eclipse watch a variable.  So far I've used it to break at particular places in the code and on exceptions only.

On the other hand, I've been bitten by code where adding print statements caused the problem to go elsewhere.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t had much luck figuring out how to make Eclipse watch a variable.  So far I&#8217;ve used it to break at particular places in the code and on exceptions only.</p>
<p>On the other hand, I&#8217;ve been bitten by code where adding print statements caused the problem to go elsewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Parsons</title>
		<link>http://blog.xcski.com/2008/06/04/eclipse-part-2#comment-93039</link>
		<dc:creator>David Parsons</dc:creator>
		<pubDate>Wed, 04 Jun 2008 18:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xcski.com/?p=1368#comment-93039</guid>
		<description>Maybe you'd been bitten by a debugger that claimed to be able to watch variables, but doesn't actually do so?  That's one big feature of not working in a pmachine; debuggers will cheerfully let you set watchpoints on a variable, but will then ignore array overflows, stack crunches, or unexpected aliasing, leaving you muttering curses on the ancestry of the debugger, the compiler, and the hardware it rode in on.

(On the bright side, having to printf() code into submission and then single-stepping through a network daemon is a /very/ good way to convince oneself to start coding in a far more paranoid manner.)</description>
		<content:encoded><![CDATA[<p>Maybe you&#8217;d been bitten by a debugger that claimed to be able to watch variables, but doesn&#8217;t actually do so?  That&#8217;s one big feature of not working in a pmachine; debuggers will cheerfully let you set watchpoints on a variable, but will then ignore array overflows, stack crunches, or unexpected aliasing, leaving you muttering curses on the ancestry of the debugger, the compiler, and the hardware it rode in on.</p>
<p>(On the bright side, having to printf() code into submission and then single-stepping through a network daemon is a /very/ good way to convince oneself to start coding in a far more paranoid manner.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
