Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Debugging PHP files in Eclipse Indigo using XDebug(Unable to run PHP files in external browset and debug PHP files in eclipse using XDebug)
Debugging PHP files in Eclipse Indigo using XDebug [message #757722] Mon, 21 November 2011 11:07
adithya  is currently offline adithya Friend
Messages: 77
Registered: July 2009
Member
Hi,

I have setup XDebug in xampp and in Eclipse Indigo. When I am trying to run the PHP web page from eclipse it isn't showing any output ! it isn't opening a new tab in Firefox 8. I have configured Eclipse indigo to use external browser from Window → Preferences → General → Web Browser.

At another location where there isn't any proxy this configuration works perfectly fine. At my current location I face this problem where I am sitting behind a proxy so I configured XDebug to use the proxy which my web browser is using.
My phpinfo() shows that its using correct Xdebug configuration as mentioned in my php.ini.

Another point is does the ADT plug-in have anything to do with the functioning of the PDT plug-in because at the location where it works perfectly i haven't ADT installed. This might be far-fetched but just wanted to clarify. I am using PDT 3.0.


My PHP.ini file for XDebug looks like this:
[XDebug]
zend_extension = "E:\others\xampp-win32-1.7.7-VC9\xampp\php\ext\php_xdebug.dll"
xdebug.remote_enable=1
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
xdebug.remote_mode="req"
xdebug.idekey = "ECLIPSE_DBGP"

Attached are my Eclipse configuration screenshots for XDebug:

It would be very kind if someone helped me out. Smile

-Adithya
  • Attachment: xdebug1.JPG
    (Size: 83.82KB, Downloaded 439 times)
  • Attachment: xdebug2.JPG
    (Size: 61.61KB, Downloaded 406 times)

[Updated on: Mon, 21 November 2011 12:09]

Report message to a moderator

Previous Topic:files from pdt-tools project on sourceforge.jp
Next Topic:Slow save of smarty template files
Goto Forum:
  


Current Time: Fri Apr 26 00:43:40 GMT 2024

Powered by FUDForum. Page generated in 0.03327 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top