[xdebug-general] Re: First steps with xdebug on Windows

From: Derick Rethans <derick[@]xdebug.org>
Date: Tue, 14 Nov 2006 19:50:36 +0100 (CET)

On Tue, 14 Nov 2006, Nicolas BOUSSIER wrote:

> Derick Rethans a écrit :
>
> > On Tue, 14 Nov 2006, Nicolas BOUSSIER wrote:
> >
> > > in my php script, i have on line 21 :
> > >
> > > if (xdebug_is_enable())
> >
> > This should be: xdebug_is_enabled() (See:
> > http://xdebug.org/docs-functions.php#xdebug_is_enabled)
> >
> Yes certainly but if I replace this function by xdebug_start_trace(); I get
> this error :
>
> Notice: Trace could not be started in
> C:\Inetpub\wwwroot\CGM\Production\Execution\Liste.php on line /21
>
> /Something should be wrong... But what ?

Most likely file permissions. The IIS user can not always write to all
locations. You will have to check that and where it writes as well. Try
to provide the filename yourself as well.

PS: Please keep CC-ing the mailinglist.

regards,
Derick

-- 
Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.org
Received on Tue Nov 14 2006 - 19:51:20 GMT

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