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

From: Derick Rethans <derick[@]xdebug.org>
Date: Thu, 31 Jul 2014 12:00:29 +0100 (BST)

On Wed, 30 Jul 2014, Mark Murphy wrote:

> I'm trying to set up xdebug in Eclipse for debugging a Wordpress theme
> and can not get it to stop at breakpoints. My php page essentially
> works and shows the error: "Warning: The remote debug handler '”dbgp”'
> is not supported. in Unknown on line 0" four times at the bottom.

It's because you use curly quotes around it:

> xdebug.remote_host=”127.0.0.1”
> xdebug.remote_handler=”dbgp”
> xdebug.remote_log=“/Applications/MAMP/logs/xdebug.log”

You have the same probles with host, and log. You need to use straight
quotes.

It's also a problem with profiler_output_dir I see:

> xdebug.profiler_output_dir ”/tmp/xdebug/” ”/tmp/xdebug/”

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 Thu Jul 31 2014 - 12:00:29 BST

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