[xdebug-general] Re: step_over and breakpoint make 2 step

From: Derick Rethans <derick[@]xdebug.org>
Date: Tue, 12 Sep 2006 10:11:48 -0400 (EDT)

On Fri, 8 Sep 2006, zaher dirkey wrote:

> log not worked with me
> xdebug.remote_log=c:\xdebug.log
> my php.ini config

That's because you are using an old version of xdebug. It was added
recently (and is only available in CVS). I would suggest to use the CVS
version first before reporting any issues with Xdebug.

>
> zend_extension_ts = ./ext/php_xdebug.dll
> xdebug.remote_handler = dbgp
> xdebug.remote_mode = req
> xdebug.remote_port = 9000
> xdebug.remote_enable = On
> xdebug.remote_autostart = On
> xdebug.default_enable = Off
> xdebug.remote_log=c:\xdebug.log
>
> But i logged it by my self
> run this script in file "c:\bp.php"
>
> <?php
> echo 'line1';
> echo 'line2'; //break point here
> echo 'line1';
> ?>

I'll have a look at this. And please keep CC-ing all replies to the
mailinglist!

regards,
Derick

-- 
Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.org
Received on Tue Sep 12 2006 - 16:12:57 BST

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST