On Thu, 4 Oct 2012, Rob Brandt wrote:
> I am trying to get debugging set up on my local dev machine:
>
> Mac MacBook Pro "17
> OS X 10.7.4
> MAMP 2.05 (php 5.3.6)
>
> php info says that Xdebug is loaded, but when I try to open the site in a
> browser I get a white screen. If I comment out the Xdebug items in php.ini,
> it loads fine.
What shows up in your apache log files and your PHP log files? Do you
have display_errors on?
>
> Here's the configuration items in php.ini:
>
> [xdebug]
> zend_extension="/Applications/MAMP/bin/php/php5.3.6/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so"
> xdebug.remote_enable=on
> xdebug.remote_handler=dbgp
> xdebug.remote_host=localhost
> xdebug.remote_port=9000
> xdebug.remote_autostart=1
>
> Here's the xdebug section from phpinfo:
>
>
> xdebug
>
> xdebug support enabled
> Version 2.1.0
That's rather old... Any reason why you are not using the latest (2.2.1)?
cheers,
Derick
-- Like Xdebug? Consider a donation: http://xdebug.org/donate.php Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.org twitter: @derickr and @xdebugReceived on Sat Oct 06 2012 - 12:22:12 BST
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST