<?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: 5 Tips for Debugging Java Code in Eclipse</title>
	<atom:link href="http://www.cavdar.net/2008/09/13/5-tips-for-debugging-java-code-in-eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cavdar.net/2008/09/13/5-tips-for-debugging-java-code-in-eclipse/</link>
	<description>Tech, Internet, Engineering and Social Media Blog</description>
	<lastBuildDate>Tue, 31 Jan 2012 08:29:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Abdullah Cetin CAVDAR</title>
		<link>http://www.cavdar.net/2008/09/13/5-tips-for-debugging-java-code-in-eclipse/#comment-709</link>
		<dc:creator>Abdullah Cetin CAVDAR</dc:creator>
		<pubDate>Thu, 05 Jan 2012 09:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cavdar.net/?p=299#comment-709</guid>
		<description>thx so much. such comments make me happy and eager to write much more. sharing is everything. :)</description>
		<content:encoded><![CDATA[<p>thx so much. such comments make me happy and eager to write much more. sharing is everything. <img src='http://www.cavdar.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Replica Hublot Big Bang</title>
		<link>http://www.cavdar.net/2008/09/13/5-tips-for-debugging-java-code-in-eclipse/#comment-708</link>
		<dc:creator>Replica Hublot Big Bang</dc:creator>
		<pubDate>Thu, 05 Jan 2012 07:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cavdar.net/?p=299#comment-708</guid>
		<description>I’m impressed, I have to say. Really not often do I encounter a blog that’s each educative and entertaining, and let me inform you, you could have hit the nail on the head. Your concept is excellent; the problem is something that not sufficient individuals are speaking intelligently about. I am very joyful that I stumbled throughout this in my search for one thing relating to this.</description>
		<content:encoded><![CDATA[<p>I’m impressed, I have to say. Really not often do I encounter a blog that’s each educative and entertaining, and let me inform you, you could have hit the nail on the head. Your concept is excellent; the problem is something that not sufficient individuals are speaking intelligently about. I am very joyful that I stumbled throughout this in my search for one thing relating to this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdullah Cetin CAVDAR</title>
		<link>http://www.cavdar.net/2008/09/13/5-tips-for-debugging-java-code-in-eclipse/#comment-643</link>
		<dc:creator>Abdullah Cetin CAVDAR</dc:creator>
		<pubDate>Mon, 26 Sep 2011 09:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cavdar.net/?p=299#comment-643</guid>
		<description>Hi John,
You can use profilers. They show all the current processes, threads, memory statuses etc. I generally use VisualVM (a free tool bundled with JDK http://visualvm.java.net/). It&#039;s very easy use and help you much.
Take care...</description>
		<content:encoded><![CDATA[<p>Hi John,<br />
You can use profilers. They show all the current processes, threads, memory statuses etc. I generally use VisualVM (a free tool bundled with JDK <a href="http://visualvm.java.net/" rel="nofollow">http://visualvm.java.net/</a>). It&#8217;s very easy use and help you much.<br />
Take care&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Solomon</title>
		<link>http://www.cavdar.net/2008/09/13/5-tips-for-debugging-java-code-in-eclipse/#comment-642</link>
		<dc:creator>John Solomon</dc:creator>
		<pubDate>Sun, 25 Sep 2011 14:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.cavdar.net/?p=299#comment-642</guid>
		<description>Is it possible to get the current value of all the variables in jre without giving sysouts in the class files. like the one in eclipse debugger?</description>
		<content:encoded><![CDATA[<p>Is it possible to get the current value of all the variables in jre without giving sysouts in the class files. like the one in eclipse debugger?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Attebrant</title>
		<link>http://www.cavdar.net/2008/09/13/5-tips-for-debugging-java-code-in-eclipse/#comment-243</link>
		<dc:creator>Fredrik Attebrant</dc:creator>
		<pubDate>Thu, 20 Jan 2011 09:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.cavdar.net/?p=299#comment-243</guid>
		<description>&quot;Trace points&quot; can to some extent be done by entering code into the &quot;condition&quot; of a conditional breakpoint. 

First do some printing, then make sure to return false if you want the execution to continue.

Example:

System.out.println(&quot; foo has size: &quot;   foo.getSize());
return false;</description>
		<content:encoded><![CDATA[<p>&#8220;Trace points&#8221; can to some extent be done by entering code into the &#8220;condition&#8221; of a conditional breakpoint. </p>
<p>First do some printing, then make sure to return false if you want the execution to continue.</p>
<p>Example:</p>
<p>System.out.println(&#8221; foo has size: &#8221;   foo.getSize());<br />
return false;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subburaj</title>
		<link>http://www.cavdar.net/2008/09/13/5-tips-for-debugging-java-code-in-eclipse/#comment-240</link>
		<dc:creator>Subburaj</dc:creator>
		<pubDate>Tue, 21 Dec 2010 13:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.cavdar.net/?p=299#comment-240</guid>
		<description>Very nice illustrations</description>
		<content:encoded><![CDATA[<p>Very nice illustrations</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Marc Vanel</title>
		<link>http://www.cavdar.net/2008/09/13/5-tips-for-debugging-java-code-in-eclipse/#comment-161</link>
		<dc:creator>Jean-Marc Vanel</dc:creator>
		<pubDate>Thu, 12 Mar 2009 09:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.cavdar.net/?p=299#comment-161</guid>
		<description>I&#039;d like to add a trace (log) point, that would output a trace line and continue.</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to add a trace (log) point, that would output a trace line and continue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdullah Cetin CAVDAR</title>
		<link>http://www.cavdar.net/2008/09/13/5-tips-for-debugging-java-code-in-eclipse/#comment-106</link>
		<dc:creator>Abdullah Cetin CAVDAR</dc:creator>
		<pubDate>Tue, 07 Oct 2008 20:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.cavdar.net/?p=299#comment-106</guid>
		<description>I have tested them using Eclipse 3.4 and &quot;Preferences-&gt;Java-&gt;Debug-&gt;Logical Structures&quot; is nice. Thanks for your addition. :D</description>
		<content:encoded><![CDATA[<p>I have tested them using Eclipse 3.4 and &#8220;Preferences->Java->Debug->Logical Structures&#8221; is nice. Thanks for your addition. <img src='http://www.cavdar.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maysonnave</title>
		<link>http://www.cavdar.net/2008/09/13/5-tips-for-debugging-java-code-in-eclipse/#comment-105</link>
		<dc:creator>Maysonnave</dc:creator>
		<pubDate>Tue, 07 Oct 2008 14:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.cavdar.net/?p=299#comment-105</guid>
		<description>Hi,

About logical structure :

1 - Is it a 3.3 or a 3.4 tip ?
We have tested this on a 3.3.X platform and it only works if you watch a variable.

2 - You should had that one can define more logical structures
Preferences-&gt;Java-&gt;Debug-&gt;Logical Structures

Thanks for this useful hint.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>About logical structure :</p>
<p>1 &#8211; Is it a 3.3 or a 3.4 tip ?<br />
We have tested this on a 3.3.X platform and it only works if you watch a variable.</p>
<p>2 &#8211; You should had that one can define more logical structures<br />
Preferences-&gt;Java-&gt;Debug-&gt;Logical Structures</p>
<p>Thanks for this useful hint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elif yavuz</title>
		<link>http://www.cavdar.net/2008/09/13/5-tips-for-debugging-java-code-in-eclipse/#comment-92</link>
		<dc:creator>elif yavuz</dc:creator>
		<pubDate>Thu, 18 Sep 2008 12:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.cavdar.net/?p=299#comment-92</guid>
		<description>Gerçekten çok i?ime yarad?, büyüksün ACC!</description>
		<content:encoded><![CDATA[<p>Gerçekten çok i?ime yarad?, büyüksün ACC!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

