[xdebug-general] Re: verify xdebug is functioning

From: Derick Rethans <derick[@]xdebug.org>
Date: Mon, 9 Oct 2006 22:29:01 +0200 (CEST)

On Mon, 9 Oct 2006, Jeffrey Sabarese wrote:

> I've attached a composite screenshot so you can see the output from
> phpinfo, plus a gzip of the saved html file.
>
> this is what i get, CLI:
>
> [root[@]localhost ~]# php -v
> PHP 5.1.4 (cli) (built: May 8 2006 08:41:41)
> Copyright (c) 1997-2006 The PHP Group
> Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
> with Xdebug v2.0.0beta6, Copyright (c) 2002, 2003, 2004, 2005,
> 2006, by Derick Rethans
> [root[@]localhost ~]#

Both from the phpinfo() output and the CLI output you can see Xdebug
listed as being loaded as it shows the version number.

Probably the simplest way to see if Xdebug is actually running is to use
some broken code:

<?php
explode( '', 'foo' );
gzuncompress('blaat');
trigger_error( "<font size='6'>foo</font>" );
echo strlen();
?>

This should show 4 xdebug boxes.

PS: Please keep cc-ing the mailinglist.

regards,
Derick

-- 
Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.org
Received on Mon Oct 09 2006 - 22:29:04 BST

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