<?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/"
		>
<channel>
	<title>Comments on: Debugging PHP using Xdebug and Notepad++ : Part I</title>
	<atom:link href="http://amiworks.co.in/talk/debugging-php-using-xdebug-and-notepad-part-i/feed/" rel="self" type="application/rss+xml" />
	<link>http://amiworks.co.in/talk/debugging-php-using-xdebug-and-notepad-part-i/</link>
	<description>all about my work</description>
	<lastBuildDate>Tue, 07 Sep 2010 22:30:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Sandesh</title>
		<link>http://amiworks.co.in/talk/debugging-php-using-xdebug-and-notepad-part-i/comment-page-1/#comment-36589</link>
		<dc:creator>Sandesh</dc:creator>
		<pubDate>Sun, 25 Jul 2010 12:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/?p=235#comment-36589</guid>
		<description>Hi all,
I am having a unique problem. Cant find the solution anywhere. First I was using Eclipse to debug PHP pages. It worked perfectly with xdebug. Once while clicking debug button I accidentally pressed the cancel button for debugging. Thats when the whole problem started. 
PROBLEM -&gt; while clicking the debug button, my site opens in firefox browser with the address http://localhost/sitabookslive/index.php?XDEBUG_SESSION_START= but the control is not passed back to the editor to start debugging. Instead the site opens up normally and eclipse says Launching: Waiting for xdebug session.
Now I tried the above method in Notepad++ and the same thing continues here. Even after putting breakpoints in NP++, the control doesnot pass back to NP++ , instead the site opens normally. Could someone please help me out with this. I checked the port, changed the port number, checked xdebug in phpinfo() and everything seems perfect. Netstat says the port no 9000 is in Listening status. dont know how to proceed. Any help is very much appreciated. Thank you.</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
I am having a unique problem. Cant find the solution anywhere. First I was using Eclipse to debug PHP pages. It worked perfectly with xdebug. Once while clicking debug button I accidentally pressed the cancel button for debugging. Thats when the whole problem started.<br />
PROBLEM -&gt; while clicking the debug button, my site opens in firefox browser with the address <a href="http://localhost/sitabookslive/index.php?XDEBUG_SESSION_START=" rel="nofollow">http://localhost/sitabookslive/index.php?XDEBUG_SESSION_START=</a> but the control is not passed back to the editor to start debugging. Instead the site opens up normally and eclipse says Launching: Waiting for xdebug session.<br />
Now I tried the above method in Notepad++ and the same thing continues here. Even after putting breakpoints in NP++, the control doesnot pass back to NP++ , instead the site opens normally. Could someone please help me out with this. I checked the port, changed the port number, checked xdebug in phpinfo() and everything seems perfect. Netstat says the port no 9000 is in Listening status. dont know how to proceed. Any help is very much appreciated. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erico Lendzian</title>
		<link>http://amiworks.co.in/talk/debugging-php-using-xdebug-and-notepad-part-i/comment-page-1/#comment-35595</link>
		<dc:creator>Erico Lendzian</dc:creator>
		<pubDate>Thu, 08 Jul 2010 14:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/?p=235#comment-35595</guid>
		<description>Thanks. A long time ago I managed to set up my development environment to use xdebug, but I had to re-install my box and then it was all lost.
I tested many applications that suposedly had debug capabilities, but all of them fail at one point or the other (mainly debugging a live page opened in the browser)
For the information of those trying to do the same, I&#039;ll advise them to use firefox with the xdebug extension installed, and all goes perfectly. And set DBG inside Notepad++ to refresh the contexts at all time.</description>
		<content:encoded><![CDATA[<p>Thanks. A long time ago I managed to set up my development environment to use xdebug, but I had to re-install my box and then it was all lost.<br />
I tested many applications that suposedly had debug capabilities, but all of them fail at one point or the other (mainly debugging a live page opened in the browser)<br />
For the information of those trying to do the same, I&#8217;ll advise them to use firefox with the xdebug extension installed, and all goes perfectly. And set DBG inside Notepad++ to refresh the contexts at all time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kumar Chetan Sharma</title>
		<link>http://amiworks.co.in/talk/debugging-php-using-xdebug-and-notepad-part-i/comment-page-1/#comment-26603</link>
		<dc:creator>Kumar Chetan Sharma</dc:creator>
		<pubDate>Tue, 22 Dec 2009 10:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/?p=235#comment-26603</guid>
		<description>I stopped using NP++ the day I moved to Karmic Koala full time, now I use SciTE. You must be aware that NP++ is based on SciTE. If you install PHP-CLI package you can simply press ctrl+F7 to check your code for PHP error etc. Though its not as good as a debugger it still helps a lot. :-)</description>
		<content:encoded><![CDATA[<p>I stopped using NP++ the day I moved to Karmic Koala full time, now I use SciTE. You must be aware that NP++ is based on SciTE. If you install PHP-CLI package you can simply press ctrl+F7 to check your code for PHP error etc. Though its not as good as a debugger it still helps a lot. <img src='http://amiworks.co.in/talk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Potter</title>
		<link>http://amiworks.co.in/talk/debugging-php-using-xdebug-and-notepad-part-i/comment-page-1/#comment-26104</link>
		<dc:creator>David Potter</dc:creator>
		<pubDate>Sun, 06 Dec 2009 23:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/?p=235#comment-26104</guid>
		<description>Thank you Jithendra for your article.  The documentation for using this plugin is extremely sparse and you got me far enough to start working.  With that said, I&#039;m still having trouble getting it working properly.

I&#039;m using IIS 7.5 on Windows Server 2008 R2 and PHP 5.3.0 and the Firefox Xdebug plugin.  Note that when using the Firefox plugin I had to remove the xdebug.idekey setting in my php.ini file.

When I debug a simple test script, setting a breakpoint doesn&#039;t work at all.  The taskbar icon for Notepad++ flashes, but it didn&#039;t break at the line.  When I call xdebug_break(), then Notepad++ breaks.

I tried this same procedure with a larger system (WP.osC, a derivative of osCommerce) and it doesn&#039;t break.

It would appear that there are some incompatibilities between the Notepad++ DBGp plugin and one of the components in use, maybe PHP 5.3.0 as a previous comment suggested.  Too bad, as this is a really nice solution.

One other problem I ran into.  The keyboard shortcuts don&#039;t appear to work at all.  I tried pressing F8 to step over and nothing happened.

If anyone has any ideas on how to solve these problems, I&#039;d love to hear about it.

Thanks,
&lt;strong&gt;David&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Thank you Jithendra for your article.  The documentation for using this plugin is extremely sparse and you got me far enough to start working.  With that said, I&#8217;m still having trouble getting it working properly.</p>
<p>I&#8217;m using IIS 7.5 on Windows Server 2008 R2 and PHP 5.3.0 and the Firefox Xdebug plugin.  Note that when using the Firefox plugin I had to remove the xdebug.idekey setting in my php.ini file.</p>
<p>When I debug a simple test script, setting a breakpoint doesn&#8217;t work at all.  The taskbar icon for Notepad++ flashes, but it didn&#8217;t break at the line.  When I call xdebug_break(), then Notepad++ breaks.</p>
<p>I tried this same procedure with a larger system (WP.osC, a derivative of osCommerce) and it doesn&#8217;t break.</p>
<p>It would appear that there are some incompatibilities between the Notepad++ DBGp plugin and one of the components in use, maybe PHP 5.3.0 as a previous comment suggested.  Too bad, as this is a really nice solution.</p>
<p>One other problem I ran into.  The keyboard shortcuts don&#8217;t appear to work at all.  I tried pressing F8 to step over and nothing happened.</p>
<p>If anyone has any ideas on how to solve these problems, I&#8217;d love to hear about it.</p>
<p>Thanks,<br />
<strong>David</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jitendra</title>
		<link>http://amiworks.co.in/talk/debugging-php-using-xdebug-and-notepad-part-i/comment-page-1/#comment-25967</link>
		<dc:creator>Jitendra</dc:creator>
		<pubDate>Tue, 01 Dec 2009 18:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/?p=235#comment-25967</guid>
		<description>@opolette : Yes I&#039;m using Apache rewrite but it was working fine with earlier Notepad++ version. Something somewhere went wrong and it stopped working.

I&#039;d try your suggestions and post the result here. 
Thanks.</description>
		<content:encoded><![CDATA[<p>@opolette : Yes I&#8217;m using Apache rewrite but it was working fine with earlier Notepad++ version. Something somewhere went wrong and it stopped working.</p>
<p>I&#8217;d try your suggestions and post the result here.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: opolette</title>
		<link>http://amiworks.co.in/talk/debugging-php-using-xdebug-and-notepad-part-i/comment-page-1/#comment-25633</link>
		<dc:creator>opolette</dc:creator>
		<pubDate>Sun, 22 Nov 2009 15:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/?p=235#comment-25633</guid>
		<description>To Jitendra :

May be it is related to SEF. Have your setup URL rewrite ?
If yes, try disabling it.
use xdebug_break(); in your code (instead of just setting breakpoints using DBGp) . and see if it works.

Best Regards</description>
		<content:encoded><![CDATA[<p>To Jitendra :</p>
<p>May be it is related to SEF. Have your setup URL rewrite ?<br />
If yes, try disabling it.<br />
use xdebug_break(); in your code (instead of just setting breakpoints using DBGp) . and see if it works.</p>
<p>Best Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MIvan</title>
		<link>http://amiworks.co.in/talk/debugging-php-using-xdebug-and-notepad-part-i/comment-page-1/#comment-23355</link>
		<dc:creator>MIvan</dc:creator>
		<pubDate>Tue, 22 Sep 2009 09:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/?p=235#comment-23355</guid>
		<description>127.0.0.1 is not realy a remote IP.
How to get working with a remote server?</description>
		<content:encoded><![CDATA[<p>127.0.0.1 is not realy a remote IP.<br />
How to get working with a remote server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Kumar Singh</title>
		<link>http://amiworks.co.in/talk/debugging-php-using-xdebug-and-notepad-part-i/comment-page-1/#comment-22494</link>
		<dc:creator>Amit Kumar Singh</dc:creator>
		<pubDate>Tue, 01 Sep 2009 12:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/?p=235#comment-22494</guid>
		<description>Jitendra, then i am sorry i won&#039;t be of much help.. as i need to actully see the error to tell you what is wrong. 

If you followed the steps properly and selected the right xdebug dll for you php then it should work.</description>
		<content:encoded><![CDATA[<p>Jitendra, then i am sorry i won&#8217;t be of much help.. as i need to actully see the error to tell you what is wrong. </p>
<p>If you followed the steps properly and selected the right xdebug dll for you php then it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jitendra</title>
		<link>http://amiworks.co.in/talk/debugging-php-using-xdebug-and-notepad-part-i/comment-page-1/#comment-22493</link>
		<dc:creator>Jitendra</dc:creator>
		<pubDate>Tue, 01 Sep 2009 12:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/?p=235#comment-22493</guid>
		<description>Amit, I&#039;ve already seen your &#039;part 2&#039; but I didn&#039;t see anything specific which could solve my problem. I did exactly as you mentioned still I get above mentioned errors. Thanks.</description>
		<content:encoded><![CDATA[<p>Amit, I&#8217;ve already seen your &#8216;part 2&#8242; but I didn&#8217;t see anything specific which could solve my problem. I did exactly as you mentioned still I get above mentioned errors. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Kumar Singh</title>
		<link>http://amiworks.co.in/talk/debugging-php-using-xdebug-and-notepad-part-i/comment-page-1/#comment-22491</link>
		<dc:creator>Amit Kumar Singh</dc:creator>
		<pubDate>Tue, 01 Sep 2009 11:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/?p=235#comment-22491</guid>
		<description>@jitendra please check out the &lt;a href=&quot;http://amiworks.co.in/talk/debugging-php-using-xdebug-and-notepad-part-2/&quot; rel=&quot;nofollow&quot;&gt;Debugging PHP using Xdebug and Notepad++ : Part 2 &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@jitendra please check out the <a href="http://amiworks.co.in/talk/debugging-php-using-xdebug-and-notepad-part-2/" rel="nofollow">Debugging PHP using Xdebug and Notepad++ : Part 2 </a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
