<?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>Yet another blog about PHP, HTML and CSS &#187; Debugging</title>
	<atom:link href="http://blog.pepa.info/php-html-css/category/debugging/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pepa.info</link>
	<description>Petr 'PePa' Pavel</description>
	<lastBuildDate>Thu, 19 Aug 2010 18:17:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ganymede / PHPEclipse &#8211; not a good choice for debugging CakePHP</title>
		<link>http://blog.pepa.info/php-html-css/tools/ganymede-phpeclipse-cakephp-debug/</link>
		<comments>http://blog.pepa.info/php-html-css/tools/ganymede-phpeclipse-cakephp-debug/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 19:57:40 +0000</pubDate>
		<dc:creator>Petr 'PePa' Pavel</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.pepa.info/?p=62</guid>
		<description><![CDATA[After hours of trying I finally conclude that CakePHP cannot be debugged in Eclipse 3.4.1 (Ganymede) and PHPEclipse 1.2.1.200810130444PRD (XDebug). My webroot is set to app/webroot and Eclipse stops on a breakpoint only if it&#8217;s in app/webroot/index.php Even after it stops there it won&#8217;t stop on a next breakpoint that is set in my controller. [...]]]></description>
			<content:encoded><![CDATA[<p>After hours of trying I finally conclude that CakePHP cannot be debugged in Eclipse 3.4.1 (Ganymede) and PHPEclipse 1.2.1.200810130444PRD (XDebug).</p>
<p>My webroot is set to app/webroot and Eclipse stops on a breakpoint only if it&#8217;s in app/webroot/index.php<br />
Even after it stops there it won&#8217;t stop on a next breakpoint that is set in my controller.</p>
<p>The only working solution I found is downgrading to Eclipse 3.3.2 (Europa) and PDT 1.0.3.v20080603. Fortunately both can run side by side so in theory, I can write new code in Ganymede and debug in Europa but that sucks. Programming is a constant debugging.</p>
<p>I could try to switch from XDebug to DBG. Maybe I will next time I have a day that I can waste.</p>
<h2>Update:</h2>
<p>New PDT 2.0.0.v20081030-1802 works with Ganymede/XDebug just fine. It also has features I have been missing like Mark Occurrences &#8211; one more reason for switching. It doesn&#8217;t have support for chm help files though (PHPEclipse does) and is generally slower than PHPEclipse.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pepa.info/php-html-css/tools/ganymede-phpeclipse-cakephp-debug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
