<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: How I got PHPEclipse + the DBG debugger working on Windows</title>
	<atom:link href="http://vijucat.wordpress.com/2006/03/11/how-i-got-phpeclipse-the-dbg-debugger-working-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://vijucat.wordpress.com/2006/03/11/how-i-got-phpeclipse-the-dbg-debugger-working-on-windows/</link>
	<description>Transforming coffee to code since 1974</description>
	<lastBuildDate>Sat, 18 Jul 2009 22:19:59 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pee wee herman you tube</title>
		<link>http://vijucat.wordpress.com/2006/03/11/how-i-got-phpeclipse-the-dbg-debugger-working-on-windows/#comment-1204</link>
		<dc:creator>pee wee herman you tube</dc:creator>
		<pubDate>Sat, 18 Jul 2009 22:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://vijucat.wordpress.com/2006/03/11/how-i-got-phpeclipse-the-dbg-debugger-working-on-windows/#comment-1204</guid>
		<description>I should email you about it.</description>
		<content:encoded><![CDATA[<p>I should email you about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://vijucat.wordpress.com/2006/03/11/how-i-got-phpeclipse-the-dbg-debugger-working-on-windows/#comment-1203</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 11 Nov 2008 03:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://vijucat.wordpress.com/2006/03/11/how-i-got-phpeclipse-the-dbg-debugger-working-on-windows/#comment-1203</guid>
		<description>Hello Everyone:
I am trying to use DBG with myeclipse. Because of some reason it just won&#039;t break and variables window is always empty (I guess may be just because it never breaks). I already have spent too many days on it. ANy help? Thanks</description>
		<content:encoded><![CDATA[<p>Hello Everyone:<br />
I am trying to use DBG with myeclipse. Because of some reason it just won&#8217;t break and variables window is always empty (I guess may be just because it never breaks). I already have spent too many days on it. ANy help? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nancy Nicolaisen</title>
		<link>http://vijucat.wordpress.com/2006/03/11/how-i-got-phpeclipse-the-dbg-debugger-working-on-windows/#comment-1202</link>
		<dc:creator>Nancy Nicolaisen</dc:creator>
		<pubDate>Wed, 29 Oct 2008 03:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://vijucat.wordpress.com/2006/03/11/how-i-got-phpeclipse-the-dbg-debugger-working-on-windows/#comment-1202</guid>
		<description>Wow, thanks, I&#039;ve been working on this for hours and tried pretty much everything I came across.  Ironically, your method exactly contradicts every other thing I&#039;ve tried;  From this I conclude you are a bold and savvy explorer.  Thanks much for recording your experiences.</description>
		<content:encoded><![CDATA[<p>Wow, thanks, I&#8217;ve been working on this for hours and tried pretty much everything I came across.  Ironically, your method exactly contradicts every other thing I&#8217;ve tried;  From this I conclude you are a bold and savvy explorer.  Thanks much for recording your experiences.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jingsong</title>
		<link>http://vijucat.wordpress.com/2006/03/11/how-i-got-phpeclipse-the-dbg-debugger-working-on-windows/#comment-1201</link>
		<dc:creator>jingsong</dc:creator>
		<pubDate>Sun, 06 Jul 2008 11:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://vijucat.wordpress.com/2006/03/11/how-i-got-phpeclipse-the-dbg-debugger-working-on-windows/#comment-1201</guid>
		<description>When you load phpinfo()inside eclipse, it use a different version of php.ini which is not the apache using, that&#039;s why you can not find the dbg there, just have a look of the location of the php.ini location inside the phpinfo() page, you will understand.</description>
		<content:encoded><![CDATA[<p>When you load phpinfo()inside eclipse, it use a different version of php.ini which is not the apache using, that&#8217;s why you can not find the dbg there, just have a look of the location of the php.ini location inside the phpinfo() page, you will understand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Ray</title>
		<link>http://vijucat.wordpress.com/2006/03/11/how-i-got-phpeclipse-the-dbg-debugger-working-on-windows/#comment-1031</link>
		<dc:creator>Bob Ray</dc:creator>
		<pubDate>Tue, 16 Oct 2007 21:08:56 +0000</pubDate>
		<guid isPermaLink="false">http://vijucat.wordpress.com/2006/03/11/how-i-got-phpeclipse-the-dbg-debugger-working-on-windows/#comment-1031</guid>
		<description>There&#039;s now a dbg 5.2.2x but I still can&#039;t get dbg to load in Eclipse so I don&#039;t know if it works or now. The help here got me as far as I am but things still don&#039;t work.

Here&#039;s the bizarre thing. If I use my browser to go to my test page that has phpinfo() on it. It shows dbg as loaded.

When I run or debug the page inside Eclipse, the phpinfo() output doesn&#039;t show dbg at all.

The version of php is the same and both runs show the exact same php.ini file.

I can&#039;t imagine why dbg is not loading when Eclipse runs php.exe.</description>
		<content:encoded><![CDATA[<p>There&#8217;s now a dbg 5.2.2x but I still can&#8217;t get dbg to load in Eclipse so I don&#8217;t know if it works or now. The help here got me as far as I am but things still don&#8217;t work.</p>
<p>Here&#8217;s the bizarre thing. If I use my browser to go to my test page that has phpinfo() on it. It shows dbg as loaded.</p>
<p>When I run or debug the page inside Eclipse, the phpinfo() output doesn&#8217;t show dbg at all.</p>
<p>The version of php is the same and both runs show the exact same php.ini file.</p>
<p>I can&#8217;t imagine why dbg is not loading when Eclipse runs php.exe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://vijucat.wordpress.com/2006/03/11/how-i-got-phpeclipse-the-dbg-debugger-working-on-windows/#comment-424</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 30 Jul 2007 13:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://vijucat.wordpress.com/2006/03/11/how-i-got-phpeclipse-the-dbg-debugger-working-on-windows/#comment-424</guid>
		<description>Back again -  I just tried Eclipse 3.3 together with the 1.1.9.CVS-20060920 distribution and got the same miserable result. 
:&lt;}</description>
		<content:encoded><![CDATA[<p>Back again &#8211;  I just tried Eclipse 3.3 together with the 1.1.9.CVS-20060920 distribution and got the same miserable result.<br />
:&lt;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://vijucat.wordpress.com/2006/03/11/how-i-got-phpeclipse-the-dbg-debugger-working-on-windows/#comment-423</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 30 Jul 2007 12:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://vijucat.wordpress.com/2006/03/11/how-i-got-phpeclipse-the-dbg-debugger-working-on-windows/#comment-423</guid>
		<description>I downloaded DBG 2.15.5 dbg modules from http://dd.cron.ru/dbg/downloads.php and there is a version therein called php_dbg.dll-5.1.x which led me to believe that I could get debugging to work with PHPEclipse 1.1.8 and my PHP v5.1.4 but it was not to be. Seeing a php_dbg.dll-5.2.x makes me think that the former limitation with dbg only working with PHP up to v5.1.2 no longer applies. When I try to debug the breakpoints  are ignored and I can&#039;t read variables. My Eclipse is 3.1.1 and I am wondering now what is the magical permutation to make this happen...</description>
		<content:encoded><![CDATA[<p>I downloaded DBG 2.15.5 dbg modules from <a href="http://dd.cron.ru/dbg/downloads.php" rel="nofollow">http://dd.cron.ru/dbg/downloads.php</a> and there is a version therein called php_dbg.dll-5.1.x which led me to believe that I could get debugging to work with PHPEclipse 1.1.8 and my PHP v5.1.4 but it was not to be. Seeing a php_dbg.dll-5.2.x makes me think that the former limitation with dbg only working with PHP up to v5.1.2 no longer applies. When I try to debug the breakpoints  are ignored and I can&#8217;t read variables. My Eclipse is 3.1.1 and I am wondering now what is the magical permutation to make this happen&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrezero</title>
		<link>http://vijucat.wordpress.com/2006/03/11/how-i-got-phpeclipse-the-dbg-debugger-working-on-windows/#comment-112</link>
		<dc:creator>andrezero</dc:creator>
		<pubDate>Fri, 02 Mar 2007 03:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://vijucat.wordpress.com/2006/03/11/how-i-got-phpeclipse-the-dbg-debugger-working-on-windows/#comment-112</guid>
		<description>Hi Friend!

I just landed here by googling &quot;eclipse php dbg debugbreak&quot; and I made it with your precious help!

Your page was my last stop before getting it to work! In a desperate attempt i copied your modifications to php.ini into mine and I could finally see the break point magic!

Anyway, the &quot;gem&quot; page you mention is not that helpful... since the mods to php.ini are not complete there.

But the main problem for me was to get the right versions working: that page says you need Eclipse 3.1, but follow the link and find out! It ain&#039;t there! It is nowhere to be found in the Eclipse website! It ceased to exist! That dead parrot has gone to meet the creator ;-)

So i read at the PHP Development Studio Forum that maybe upgrading PHPEclipse to 1.1.9 (and that is CVS, unstable version) would work. 

I did it. But at the same time that I was upgrading PHPEclipse beyond the stable line, I was having trouble getting the DBG loaded in PHP: the latest PHP supported is 5.1.2... and that means I can&#039;t you use Apache 2.2...

Downgrading the server was a real pain and a real nonsense... I&#039;m not very experienced so downloading, installing and integrating the right versions of apache+php by myself just didn&#039;t work...

So I downloaded half a dozen versions of XAMPP until i got it right: XAMPP 1.5.0 comes with Apache 2.0.55 and PHP 5.0.5 which is fine for me.

But it didn&#039;t work! The DBG was loading according to phpinfo() but not responding to the breakpoints. Even the breakpoint() function was giving the &quot;Call to undefined function&quot;

The problem was that i only had replaced the first line of the ZEND block in php.ini instead of the whole block, like you did!

Thanks Vijucat!

And to help out those that are looking for answers in 2007: 

1) Eclipse 3.3.2 + PHPEclipse 1.1.9 (CVS) is working and debugging.
2) But you still need an older version of PHP because DBG only supports up to PHP 5.1.2.
3) So Get Latest Apache 2.0 from apache.org and PHP 5.1.2 from php.net
4) or... Get XAMPP 1.5.0 (from old realeases at sourceforge) if you are like me and can&#039;t handle step 3

There are still some issues unsolved, probably related to the unstable nature of PHPEclipse 1.1.9 CVS, I read they are trying to meet the new debugging model of Eclipse 3.3

tomorrow i try debugging with OO variables and breakpoints scattered around several included files....(wouldn&#039;t need a debugger if it was all plain prints in a flat file anyway)

but now I&#039;m going to get some sleep while this happy smile lasts...

Thanks again</description>
		<content:encoded><![CDATA[<p>Hi Friend!</p>
<p>I just landed here by googling &#8220;eclipse php dbg debugbreak&#8221; and I made it with your precious help!</p>
<p>Your page was my last stop before getting it to work! In a desperate attempt i copied your modifications to php.ini into mine and I could finally see the break point magic!</p>
<p>Anyway, the &#8220;gem&#8221; page you mention is not that helpful&#8230; since the mods to php.ini are not complete there.</p>
<p>But the main problem for me was to get the right versions working: that page says you need Eclipse 3.1, but follow the link and find out! It ain&#8217;t there! It is nowhere to be found in the Eclipse website! It ceased to exist! That dead parrot has gone to meet the creator <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>So i read at the PHP Development Studio Forum that maybe upgrading PHPEclipse to 1.1.9 (and that is CVS, unstable version) would work. </p>
<p>I did it. But at the same time that I was upgrading PHPEclipse beyond the stable line, I was having trouble getting the DBG loaded in PHP: the latest PHP supported is 5.1.2&#8230; and that means I can&#8217;t you use Apache 2.2&#8230;</p>
<p>Downgrading the server was a real pain and a real nonsense&#8230; I&#8217;m not very experienced so downloading, installing and integrating the right versions of apache+php by myself just didn&#8217;t work&#8230;</p>
<p>So I downloaded half a dozen versions of XAMPP until i got it right: XAMPP 1.5.0 comes with Apache 2.0.55 and PHP 5.0.5 which is fine for me.</p>
<p>But it didn&#8217;t work! The DBG was loading according to phpinfo() but not responding to the breakpoints. Even the breakpoint() function was giving the &#8220;Call to undefined function&#8221;</p>
<p>The problem was that i only had replaced the first line of the ZEND block in php.ini instead of the whole block, like you did!</p>
<p>Thanks Vijucat!</p>
<p>And to help out those that are looking for answers in 2007: </p>
<p>1) Eclipse 3.3.2 + PHPEclipse 1.1.9 (CVS) is working and debugging.<br />
2) But you still need an older version of PHP because DBG only supports up to PHP 5.1.2.<br />
3) So Get Latest Apache 2.0 from apache.org and PHP 5.1.2 from php.net<br />
4) or&#8230; Get XAMPP 1.5.0 (from old realeases at sourceforge) if you are like me and can&#8217;t handle step 3</p>
<p>There are still some issues unsolved, probably related to the unstable nature of PHPEclipse 1.1.9 CVS, I read they are trying to meet the new debugging model of Eclipse 3.3</p>
<p>tomorrow i try debugging with OO variables and breakpoints scattered around several included files&#8230;.(wouldn&#8217;t need a debugger if it was all plain prints in a flat file anyway)</p>
<p>but now I&#8217;m going to get some sleep while this happy smile lasts&#8230;</p>
<p>Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://vijucat.wordpress.com/2006/03/11/how-i-got-phpeclipse-the-dbg-debugger-working-on-windows/#comment-67</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 06 Nov 2006 16:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://vijucat.wordpress.com/2006/03/11/how-i-got-phpeclipse-the-dbg-debugger-working-on-windows/#comment-67</guid>
		<description>Hi,

@westblue I have the same problem with phpeclipse 1.1.8

@rob Did you open the &quot;original Debug&quot; perspective? I copied the &quot;Debug&quot; perspective to &quot;php_debug&quot; (as I use &quot;Debug&quot; for Java debugging) but that didn&#039;t work. I have to use the &quot;Debug&quot; perspective to see content inside the &quot;Variables&quot; view.

I also have another problem: When I&#039;m in debugging mode - meaning I&#039;m in Debug perspective and the editor highlights the line the script currently is - and I try to go a step further - no matter whether step into, step over or step out - nothing happens. Just when I close the thread tree and reopen it again the editor steps one line further. 
To me it seems like the Debug-View (the thread window) and the editor aren&#039;t refreshed correctly. What do you think?

Has somebody already experienced this? Does somebody perhaps a good solution?
Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>@westblue I have the same problem with phpeclipse 1.1.8</p>
<p>@rob Did you open the &#8220;original Debug&#8221; perspective? I copied the &#8220;Debug&#8221; perspective to &#8220;php_debug&#8221; (as I use &#8220;Debug&#8221; for Java debugging) but that didn&#8217;t work. I have to use the &#8220;Debug&#8221; perspective to see content inside the &#8220;Variables&#8221; view.</p>
<p>I also have another problem: When I&#8217;m in debugging mode &#8211; meaning I&#8217;m in Debug perspective and the editor highlights the line the script currently is &#8211; and I try to go a step further &#8211; no matter whether step into, step over or step out &#8211; nothing happens. Just when I close the thread tree and reopen it again the editor steps one line further.<br />
To me it seems like the Debug-View (the thread window) and the editor aren&#8217;t refreshed correctly. What do you think?</p>
<p>Has somebody already experienced this? Does somebody perhaps a good solution?<br />
Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://vijucat.wordpress.com/2006/03/11/how-i-got-phpeclipse-the-dbg-debugger-working-on-windows/#comment-65</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Tue, 10 Oct 2006 15:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://vijucat.wordpress.com/2006/03/11/how-i-got-phpeclipse-the-dbg-debugger-working-on-windows/#comment-65</guid>
		<description>Hi, 

I have followed install instructions, can get the debugger to stop on breakpoints ok but the variables panel is never populated. Does anyone have any hints / seen this themselves ?  Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I have followed install instructions, can get the debugger to stop on breakpoints ok but the variables panel is never populated. Does anyone have any hints / seen this themselves ?  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
