Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » xdebug log doesn't write
icon5.gif  xdebug log doesn't write [message #508744] Wed, 20 January 2010 06:10 Go to next message
Ethereal1m Mising name is currently offline Ethereal1m Mising nameFriend
Messages: 37
Registered: January 2010
Member
Dear experts,
I try to enable remote log but I got nothing on the folder. Did I miss anything?

I'm trying to troubleshoot a problem that I'm having regarding to running a script from web server. I posted this open issue in other thread in this link http:// www.eclipse.org/forums/index.php?t=msg&th=160911&sta rt=0&.
But the log just doesn't show me anything whether I run debug from php executable script or from webserver. Meanwhile, the debug process on php executable has no problem whatsoever.

The following is my configuration on my php.ini
[xdebug]
xdebug.remote_enable=1
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
zend_extension_ts = "C:\PHP\php_xdebug-2.0.5-5.2.dll"
xdebug.remote_log = "C:\PHP\xdebuglog"


What incites xdebug to write the remote log? Does it need to crash into an error in order to create a log file? Did I miss anything?

I use:
Apache 2.2.14
php 5.2.12
xdebug 2.0.5

Regards,
ethereal1m
Re: xdebug log doesn't write [message #508788 is a reply to message #508744] Wed, 20 January 2010 10:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dkel50.hotremovemail.com

Are you sure the php.ini file is the one being used by your web server ?
have you confirmed the changes by running phpinfo inside a script via
the browser ?

Dave Kelsey

On 20/01/10 06:10, Ethereal1m wrote:
> Dear experts,
> I try to enable remote log but I got nothing on the folder. Did I miss
> anything?
>
> I'm trying to troubleshoot a problem that I'm having regarding to
> running a script from web server. I posted this open issue in other
> thread in this link
> http://www.eclipse.org/forums/index.php?t=msg&th=160911& amp;start=0& But
> the log just doesn't show me anything whether I run debug from php
> executable script or from webserver. Meanwhile, the debug process on php
> executable has no problem whatsoever.
> The following is my configuration on my php.ini
>
> [xdebug]
> xdebug.remote_enable=1
> xdebug.remote_host="localhost"
> xdebug.remote_port=9000
> xdebug.remote_handler="dbgp"
> zend_extension_ts = "C:\PHP\php_xdebug-2.0.5-5.2.dll"
> xdebug.remote_log = "C:\PHP\xdebuglog"
>
>
> What incites xdebug to write the remote log? Does it need to crash into
> an error in order to create a log file? Did I miss anything?
>
> I use:
> Apache 2.2.14
> php 5.2.12
> xdebug 2.0.5
>
> Regards,
> ethereal1m
Re: xdebug log doesn't write [message #508944 is a reply to message #508788] Wed, 20 January 2010 19:35 Go to previous message
Ethereal1m Mising name is currently offline Ethereal1m Mising nameFriend
Messages: 37
Registered: January 2010
Member
yes,
excerpt from php info:
Configuration File (php.ini) Path 	C:\WINDOWS
Loaded Configuration File 	C:\WINDOWS\php.ini 


and C:\WINDOWS\php.ini shows the statement that I put in the first post.
Previous Topic:Remote Launch doesn't show on debug session
Next Topic:Zend Studio debugger documentation and requirement
Goto Forum:
  


Current Time: Fri Mar 29 11:47:12 GMT 2024

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

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

Back to the top