<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Java debugging tutorials and videos</title>
	<atom:link href="https://www.java-tv.com/tag/debugging/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.java-tv.com</link>
	<description>Java, Groovy, Spring, Eclipse, Hibernate Tutorials and Videos</description>
	<lastBuildDate>Wed, 11 Nov 2015 16:49:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Fixing Java Code at 100mph</title>
		<link>https://www.java-tv.com/2015/11/11/fixing-java-code-at-100mph/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Wed, 11 Nov 2015 16:45:36 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[debugging]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=3554</guid>

					<description><![CDATA[<p>This is a presentation on techniques for debugging Java code in production. Tal Weiss, CEO at Takipi, has spent years trying to understand when, where, and why code breaks. Here are some of things, both foundational and advanced, that he&#8217;s learned. Event organizer: http://www.meetup.com/sfjava/ Video producer: https://newcircle.com/</p>
The post <a href="https://www.java-tv.com/2015/11/11/fixing-java-code-at-100mph/">Fixing Java Code at 100mph</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Hunting Java Killer Bugs</title>
		<link>https://www.java-tv.com/2014/12/04/hunting-java-killer-bugs/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Thu, 04 Dec 2014 16:16:11 +0000</pubDate>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[debugging]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=3385</guid>

					<description><![CDATA[<p>The job of Peter Dillinger at Coverity is finding new and better ways to find coding mistakes automatically, so that they can be found early in the development cycle. His focus is Java, where although language safety excludes some of the &#8220;killer bugs&#8221; seen in C/C++, there are still plenty &#8230;</p>
The post <a href="https://www.java-tv.com/2014/12/04/hunting-java-killer-bugs/">Hunting Java Killer Bugs</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Debuging JBoss Applications on OpenShift</title>
		<link>https://www.java-tv.com/2012/08/03/debuging-jboss-applications-on-openshift/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Fri, 03 Aug 2012 21:45:05 +0000</pubDate>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[jboss]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=2442</guid>

					<description><![CDATA[<p>This tutorial shows how to enable debug mode on OpenShift and JBoss Developer Studio 5 to connect to the JBoss application via Port Forwarding.</p>
The post <a href="https://www.java-tv.com/2012/08/03/debuging-jboss-applications-on-openshift/">Debuging JBoss Applications on OpenShift</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Java #N2 &#8211; Using the NetBeans Debugger</title>
		<link>https://www.java-tv.com/2010/01/05/java-n2-using-the-netbeans-debugger/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Tue, 05 Jan 2010 16:45:35 +0000</pubDate>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[netbeans]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=1351</guid>

					<description><![CDATA[<p>An introduction to using the NetBeans debugger</p>
The post <a href="https://www.java-tv.com/2010/01/05/java-n2-using-the-netbeans-debugger/">Java #N2 – Using the NetBeans Debugger</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Visual Step Into Action in NetBeans Debugger</title>
		<link>https://www.java-tv.com/2009/10/23/visual-step-into-action-in-netbeans-debugger/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Fri, 23 Oct 2009 11:19:46 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[netbeans]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=1224</guid>

					<description><![CDATA[<p>Roman Ondruska demonstrates the Step Into action using the visual method call selector in the NetBeans debugger. http://www.netbeans.org/kb/docs/java/debug-stepinto-screencast.html</p>
The post <a href="https://www.java-tv.com/2009/10/23/visual-step-into-action-in-netbeans-debugger/">Visual Step Into Action in NetBeans Debugger</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Remote debugging of Java web applications in Apache Tomcat and JBoss</title>
		<link>https://www.java-tv.com/2009/06/05/remote-debugging-of-java-web-applications-in-apache-tomcat-and-jboss/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Fri, 05 Jun 2009 10:33:05 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[tomcat]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=955</guid>

					<description><![CDATA[<p>In this four minute tutorial I&#8217;m presenting how to remotely debug Java web applications in Apache Tomcat and JBoss containers. This tutorial may be useful if you deployed your application on the remote server and want to debug it in this particular environment. IMPORTANT: remember that your Java application HAS &#8230;</p>
The post <a href="https://www.java-tv.com/2009/06/05/remote-debugging-of-java-web-applications-in-apache-tomcat-and-jboss/">Remote debugging of Java web applications in Apache Tomcat and JBoss</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
	</channel>
</rss>
