<?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>Thu, 23 May 2013 10:03:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: 0guzhan</title>
		<link>http://www.cavdar.net/2008/09/13/5-tips-for-debugging-java-code-in-eclipse/#comment-949</link>
		<dc:creator>0guzhan</dc:creator>
		<pubDate>Fri, 14 Dec 2012 09:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.cavdar.net/?p=299#comment-949</guid>
		<description><![CDATA[Cool! Thank you... You should widen your content with some basic and advance fundamentals of debugging in eclipse.]]></description>
		<content:encoded><![CDATA[<p>Cool! Thank you&#8230; You should widen your content with some basic and advance fundamentals of debugging in eclipse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: java67</title>
		<link>http://www.cavdar.net/2008/09/13/5-tips-for-debugging-java-code-in-eclipse/#comment-860</link>
		<dc:creator>java67</dc:creator>
		<pubDate>Thu, 30 Aug 2012 04:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.cavdar.net/?p=299#comment-860</guid>
		<description><![CDATA[Great tips. Another good tip is stopping on main is new one which is only available on  Eclipse Juno version , isn&#039;t it ? but you can still stop any particular Thread by using conditional breakpoint as shown in this article &lt;a href=&quot;http://javarevisited.blogspot.gr/2011/07/java-debugging-tutorial-example-tips.html&quot; rel=&quot;nofollow&quot;&gt;Debugging Java program in Eclipse&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>Great tips. Another good tip is stopping on main is new one which is only available on  Eclipse Juno version , isn&#8217;t it ? but you can still stop any particular Thread by using conditional breakpoint as shown in this article <a href="http://javarevisited.blogspot.gr/2011/07/java-debugging-tutorial-example-tips.html" rel="nofollow">Debugging Java program in Eclipse</a></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-784</link>
		<dc:creator>Abdullah Cetin CAVDAR</dc:creator>
		<pubDate>Thu, 24 May 2012 14:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cavdar.net/?p=299#comment-784</guid>
		<description><![CDATA[Thanks for the comment. :)]]></description>
		<content:encoded><![CDATA[<p>Thanks for the comment. <img src='http://www.cavdar.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RACKTIM</title>
		<link>http://www.cavdar.net/2008/09/13/5-tips-for-debugging-java-code-in-eclipse/#comment-783</link>
		<dc:creator>RACKTIM</dc:creator>
		<pubDate>Thu, 24 May 2012 14:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.cavdar.net/?p=299#comment-783</guid>
		<description><![CDATA[I tried everything you guys sugtesged and still no joy but finally found the reason for my set up hanging at 57% So for me I had to add these lines to my /etc/php5/con.d/xdebug.ini file:zend_extension=/usr/lib/php5/20090626/xdebug.soxdebug.remote_enable=Onxdebug.remote_host= localhost xdebug.remote_port=9000xdebug.remote_handler= dbgp I don&#039;t know what in my system went curly to make this a requirement but hopefully it can help someone else some day!]]></description>
		<content:encoded><![CDATA[<p>I tried everything you guys sugtesged and still no joy but finally found the reason for my set up hanging at 57% So for me I had to add these lines to my /etc/php5/con.d/xdebug.ini file:zend_extension=/usr/lib/php5/20090626/xdebug.soxdebug.remote_enable=Onxdebug.remote_host= localhost xdebug.remote_port=9000xdebug.remote_handler= dbgp I don&#8217;t know what in my system went curly to make this a requirement but hopefully it can help someone else some day!</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-749</link>
		<dc:creator>Abdullah Cetin CAVDAR</dc:creator>
		<pubDate>Wed, 15 Feb 2012 07:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cavdar.net/?p=299#comment-749</guid>
		<description><![CDATA[You&#039;re welcome. Happy coding. :)]]></description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome. Happy coding. <img src='http://www.cavdar.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vishal mohite</title>
		<link>http://www.cavdar.net/2008/09/13/5-tips-for-debugging-java-code-in-eclipse/#comment-748</link>
		<dc:creator>vishal mohite</dc:creator>
		<pubDate>Wed, 15 Feb 2012 07:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.cavdar.net/?p=299#comment-748</guid>
		<description><![CDATA[thanks for all the information. it is very useful for programming debug]]></description>
		<content:encoded><![CDATA[<p>thanks for all the information. it is very useful for programming debug</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-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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

 Served from: www.cavdar.net @ 2013-05-24 20:20:18 by W3 Total Cache -->