<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>What's next &#187; debugging</title>
	<atom:link href="http://stigl.wordpress.com/tag/debugging/feed/" rel="self" type="application/rss+xml" />
	<link>http://stigl.wordpress.com</link>
	<description>To be continued</description>
	<lastBuildDate>Mon, 02 Nov 2009 09:58:15 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='stigl.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/8a261d3a3c3207fc890a7953e57f826c?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>What's next &#187; debugging</title>
		<link>http://stigl.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://stigl.wordpress.com/osd.xml" title="What&#8217;s next" />
		<item>
		<title>Debugging Java web applications</title>
		<link>http://stigl.wordpress.com/2009/02/04/debugging-java-web-applications/</link>
		<comments>http://stigl.wordpress.com/2009/02/04/debugging-java-web-applications/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 20:56:02 +0000</pubDate>
		<dc:creator>stigl</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[IntelliJ]]></category>
		<category><![CDATA[Jetty]]></category>
		<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://stigl.wordpress.com/?p=286</guid>
		<description><![CDATA[Debugging Java web applications is often necessary, but setting it up on different vendors can be difficult.
However, there is a generic, easy way to do this by setting the JVM running the web server in debug mode.
Jetty and Maven

export MAVEN_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=n"
mvn jetty:run

Set up your IDE for remote debugging on port 4000 and you&#8217;re [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigl.wordpress.com&blog=3902449&post=286&subd=stigl&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://stigl.wordpress.com/2009/02/04/debugging-java-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">stigl</media:title>
		</media:content>

		<media:content url="http://stigl.files.wordpress.com/2009/02/idea-remote-jetty.png?w=300" medium="image">
			<media:title type="html">idea-remote-jetty-debugging</media:title>
		</media:content>
	</item>
		<item>
		<title>Remote debugging applications running from Eclipse with IntelliJ</title>
		<link>http://stigl.wordpress.com/2008/08/12/remote-debugging-applications-running-from-eclipse-with-intellij/</link>
		<comments>http://stigl.wordpress.com/2008/08/12/remote-debugging-applications-running-from-eclipse-with-intellij/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 11:38:52 +0000</pubDate>
		<dc:creator>stigl</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[IntelliJ]]></category>

		<guid isPermaLink="false">http://stigl.wordpress.com/?p=57</guid>
		<description><![CDATA[I&#8217;m not an advocate for using Eclipse or any of it&#8217;s relatives (IBM RAD). But on some projects, I can&#8217;t avoid having to use it because the project only works on in Eclipse.
As often as I can, I will try to use IntelliJ because of its superior user interface. But when the code can&#8217;t run [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=stigl.wordpress.com&blog=3902449&post=57&subd=stigl&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://stigl.wordpress.com/2008/08/12/remote-debugging-applications-running-from-eclipse-with-intellij/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">stigl</media:title>
		</media:content>
	</item>
	</channel>
</rss>