[xdebug-general] Re: Set up troubles in Eclipse

From: Derick Rethans <derick[@]xdebug.org>
Date: Fri, 1 Aug 2014 09:43:24 +0100 (BST)

On Thu, 31 Jul 2014, Mark Murphy wrote:

> Thanks for your reply Derick. Did you mean replace " with ' ?

No.

> I tried this, but no success. No signs of an xdebug log file either. Here
> is what I have in php.ini now:
>
> [xdebug]
> zend_extension=/Applications/MAMP/bin/php/php5.5.10/lib/php/extensions/no-debug-non-zts-20121212/xdebug.so
> xdebug.profiler_output_dir=‘/tmp/xdebug/‘
> xdebug.profiler_enable=1
> xdebug.remote_enable=1
> xdebug.remote_autostart=1
> xdebug.remote_host=’127.0.0.1’
> xdebug.remote_mode=‘jit’
> xdebug.remote_port=9000
> xdebug.remote_handler=‘dbgp’
> xdebug.idekey=ECLIPSE_DBGP
> xdebug.remote_log=‘/Applications/MAMP/logs/xdebug.log’

You are *still* using curly quotes, albeit single ones. Ie, quotes
that are not ASCII 42 or 47. Instead, you hase some UTF-8 character for
them. Word processors tend to use those for making things look nice, but
they won't work in PHP scripts, or configuration files.

cheers,
Derick

-- 
Like Xdebug? Consider a donation: http://xdebug.org/donate.php
Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.org
twitter: @derickr and @xdebug
Received on Fri Aug 01 2014 - 09:43:25 BST

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