<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Fri, 10 Oct 2008 23:28:09 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>DebugPrint - print an object with nested collections, relations..etc 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/191/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/191/comments/</comments>
		<pubDate>Mon, 03 Apr 2006 10:41:52 +0000</pubDate>
		<dc:creator>jpinkham</dc:creator>
		<category>debug, Java, toString</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/191/</guid>
		<description>
			<![CDATA[
				<p>Do you find yourself implementing toString on your objects all the time, and wondering why (the debugger seems to do a pretty good job of it all by itself)...well, here's a bit of introspection applied to the problem.   This is for all those quick debug sessions where you just want to do System.out.println(myComplexObject).<br /><br />Instead, just do System.out.println(DebugPrint.toString(myComplexObject));</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>