[xdebug-general] Re: XDebug installed but not working

From: Derick Rethans <derick[@]xdebug.org>
Date: Wed, 26 Jan 2011 15:15:41 +0000 (GMT)

On Tue, 25 Jan 2011, Jonah Live wrote:

> I have just downloaded the latest xdebug for my windows machine
> running wamp and php 5.3. After following the install instruction and
> restarting my services, it appears to be installed according to php
> info:
>
> xdebugxdebug support => enabled Version => 2.1.0
>
> However, if I try to use the following in a script:
> xdebug_start_trace('c:\test.txt');I get this error: Fatal error: Call
> to undefined function xdebug_start_trace()
>
> What is going on?

That's odd. Could you run:

<?php
var_dump(get_extension_funcs("xdebug"));
var_dump(get_loaded_extensions());
?>

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 Wed Jan 26 2011 - 15:15:41 GMT

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