<?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>Quidquid agis &#187; debug</title>
	<atom:link href="http://www.m-schumann.de/tag/debug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.m-schumann.de</link>
	<description>Michael Schumann - IT und sonst so...</description>
	<lastBuildDate>Thu, 24 Jun 2010 15:08:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Debug Tomcat 5.5</title>
		<link>http://www.m-schumann.de/2009/03/debug-tomcat-55/</link>
		<comments>http://www.m-schumann.de/2009/03/debug-tomcat-55/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 08:55:32 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[IT und co.]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.m-schumann.de/?p=302</guid>
		<description><![CDATA[For those that cannot use the advice on debugging in Tomcat 6 (http://wiki.apache.org/tomcat/FAQ/Developing).
Change the Tomcat startup properties in Start Menu -&#62; Apache Tomcat 5.5 -&#62; Configure Tomcat. In the tab Java, change the Java options by adding each on a separate line:
-Xdebug
-Xrunjdwp:transport=dt_socket,address=7005,server=y,suspend=n
This will enable a debugger to listen on port 7005.

]]></description>
			<content:encoded><![CDATA[<p>For those that cannot use the advice on debugging in Tomcat 6 (<a title="Tomcat FAQ" href="http://wiki.apache.org/tomcat/FAQ/Developing" onclick="pageTracker._trackPageview('/outgoing/wiki.apache.org/tomcat/FAQ/Developing?referer=');">http://wiki.apache.org/tomcat/FAQ/Developing</a>).</p>
<p>Change the Tomcat startup properties in Start Menu -&gt; Apache Tomcat 5.5 -&gt; Configure Tomcat. In the tab <strong>Java</strong>, change the <strong>Java options</strong> by adding each on a separate line:<br />
<code>-Xdebug<br />
-Xrunjdwp:transport=dt_socket,address=7005,server=y,suspend=n</code></p>
<p>This will enable a debugger to listen on port 7005.</p>
<div id="attachment_303" class="wp-caption alignnone" style="width: 423px"><a href="http://www.m-schumann.de/wp/wp-content/media/2009/03/debug-tomcat55.jpg"><img class="size-full wp-image-303" title="Debug Tomcat 5.5. Properties" src="http://www.m-schumann.de/wp/wp-content/media/2009/03/debug-tomcat55.jpg" alt="Tomcat 5.5. Properties dialogue" width="413" height="399" /></a><p class="wp-caption-text">Tomcat 5.5. Properties dialogue</p></div>
<p><img src="file:///C:/DOKUME~1/MICHAE~1.SCH/LOKALE~1/Temp/moz-screenshot-1.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.m-schumann.de/2009/03/debug-tomcat-55/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save Eclipse Launch Configuration</title>
		<link>http://www.m-schumann.de/2009/03/save-eclipse-launch-configuration/</link>
		<comments>http://www.m-schumann.de/2009/03/save-eclipse-launch-configuration/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 14:02:42 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[IT und co.]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.m-schumann.de/?p=279</guid>
		<description><![CDATA[Find launch configurations in Eclipse.]]></description>
			<content:encoded><![CDATA[<p>By default Eclipse does not offer a button to export a launch or debug configuration. However, this can be useful for backup or to share a complicated configuration file. These files are stored as  XMLs in the workspace using the extension <strong>.launch</strong>. You can find them in folder<br />
<code><em>workspace</em>\.metadata\.plugins\org.eclipse.debug.core.launches\</code><br />
There are also launches that refer to ANT build scripts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.m-schumann.de/2009/03/save-eclipse-launch-configuration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
