From: "Tommy Pham" on
Hi,

I'm trying to debug and profile a PHP app on Windows but I can't seem to get
xdebug's Profiler to enable. Has anyone encounter this problem before?

phpinfo() always shows the below regardless of what settings I have in
php.ini:

xdebug.profiler_aggregate Off
xdebug.profiler_append Off
xdebug.profiler_enable Off
xdebug.profiler_enable_trigger Off
xdebug.profiler_output_dir \
xdebug.profiler_output_name cachegrind.out.%p

The other xdebug's settings change when I make the corresponding changes in
php.ini. The environment is IIS7.5 with PHP 5.3.2-NTS-vc9 as FastCGI.
Xdebug is 2.10-5.3-vc9-nts

Thanks for your help,
Tommy

From: Pierre Joye on
hi,

you may want to ask on the xdebug support channels:
http://xdebug.org/support.php

On Wed, Sep 15, 2010 at 1:52 AM, Tommy Pham <tommyhp2(a)gmail.com> wrote:
> Hi,
>
> I'm trying to debug and profile a PHP app on Windows but I can't seem to get
> xdebug's Profiler to enable.  Has anyone encounter this problem before?
>
> phpinfo() always shows the below regardless of what settings I have in
> php.ini:
>
> xdebug.profiler_aggregate       Off
> xdebug.profiler_append  Off
> xdebug.profiler_enable  Off
> xdebug.profiler_enable_trigger  Off
> xdebug.profiler_output_dir      \
> xdebug.profiler_output_name     cachegrind.out.%p
>
> The other xdebug's settings change when I make the corresponding changes in
> php.ini.  The environment is IIS7.5 with PHP 5.3.2-NTS-vc9 as FastCGI.
> Xdebug is 2.10-5.3-vc9-nts
>
> Thanks for your help,
> Tommy
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



--
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
From: "Tommy Pham" on
Hi Pierre,

I've tried several times to subscribe to the mailing list and kept on
getting this:

> -----Original Message-----
> From: Ecartis [mailto:ecartis(a)lists.xdebug.org]
> Sent: Tuesday, September 14, 2010 7:33 PM
> To: tommyhp2(a)gmail.com
> Subject: Ecartis command results: appsub xdebug-general
> tommyhp2(a)gmail.com 4C901D90:209D.1:kqrohttrareny //
>
>
> >> appsub xdebug-general tommyhp2(a)gmail.com
> 4C901D90:209D.1:kqrohttrareny
> >> //
> Invalid number of parameters.
>
> >> eoj
> Unknown command.
>
> ---
> Ecartis v1.0.0 - job execution complete.

As per it's instruction, I was to send this:

// job
appsub xdebug-general tommyhp2(a)gmail.com \ 4C901D90:209D.1:kqrohttrareny //
eoj

Thanks,
Tommy

> -----Original Message-----
> From: Pierre Joye [mailto:pierre.php(a)gmail.com]
> Sent: Wednesday, September 15, 2010 12:10 AM
> To: Tommy Pham
> Cc: php-windows(a)lists.php.net
> Subject: Re: [PHP-WIN] Debugging & Profiling PHP on Windows
>
> hi,
>
> you may want to ask on the xdebug support channels:
> http://xdebug.org/support.php
>
> On Wed, Sep 15, 2010 at 1:52 AM, Tommy Pham <tommyhp2(a)gmail.com>
> wrote:
> > Hi,
> >
> > I'm trying to debug and profile a PHP app on Windows but I can't seem
> > to get xdebug's Profiler to enable.  Has anyone encounter this problem
> before?
> >
> > phpinfo() always shows the below regardless of what settings I have in
> > php.ini:
> >
> > xdebug.profiler_aggregate       Off
> > xdebug.profiler_append  Off
> > xdebug.profiler_enable  Off
> > xdebug.profiler_enable_trigger  Off
> > xdebug.profiler_output_dir      \
> > xdebug.profiler_output_name     cachegrind.out.%p
> >
> > The other xdebug's settings change when I make the corresponding
> > changes in php.ini.  The environment is IIS7.5 with PHP 5.3.2-NTS-vc9 as
> FastCGI.
> > Xdebug is 2.10-5.3-vc9-nts
> >
> > Thanks for your help,
> > Tommy
> >
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
> > http://www.php.net/unsub.php
> >
> >
>
>
>
> --
> Pierre
>
> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org

From: Steven Scott on
Simply send a Subject line with:
subscribe xdebug-general

On Wed, Sep 15, 2010 at 9:55 AM, Tommy Pham <tommyhp2(a)gmail.com> wrote:
> Hi Pierre,
>
> I've tried several times to subscribe to the mailing list and kept on
> getting this:
>
>> -----Original Message-----
>> From: Ecartis [mailto:ecartis(a)lists.xdebug.org]
>> Sent: Tuesday, September 14, 2010 7:33 PM
>> To: tommyhp2(a)gmail.com
>> Subject: Ecartis command results: appsub xdebug-general
>> tommyhp2(a)gmail.com 4C901D90:209D.1:kqrohttrareny //
>>
>>
>> >> appsub xdebug-general tommyhp2(a)gmail.com
>> 4C901D90:209D.1:kqrohttrareny
>> >> //
>> Invalid number of parameters.
>>
>> >> eoj
>> Unknown command.
>>
>> ---
>> Ecartis v1.0.0 - job execution complete.
>
> As per it's instruction, I was to send this:
>
> // job
> appsub xdebug-general tommyhp2(a)gmail.com \ 4C901D90:209D.1:kqrohttrareny //
> eoj
>
> Thanks,
> Tommy
>
>> -----Original Message-----
>> From: Pierre Joye [mailto:pierre.php(a)gmail.com]
>> Sent: Wednesday, September 15, 2010 12:10 AM
>> To: Tommy Pham
>> Cc: php-windows(a)lists.php.net
>> Subject: Re: [PHP-WIN] Debugging & Profiling PHP on Windows
>>
>> hi,
>>
>> you may want to ask on the xdebug support channels:
>> http://xdebug.org/support.php
>>
>> On Wed, Sep 15, 2010 at 1:52 AM, Tommy Pham <tommyhp2(a)gmail.com>
>> wrote:
>> > Hi,
>> >
>> > I'm trying to debug and profile a PHP app on Windows but I can't seem
>> > to get xdebug's Profiler to enable.  Has anyone encounter this problem
>> before?
>> >
>> > phpinfo() always shows the below regardless of what settings I have in
>> > php.ini:
>> >
>> > xdebug.profiler_aggregate       Off
>> > xdebug.profiler_append  Off
>> > xdebug.profiler_enable  Off
>> > xdebug.profiler_enable_trigger  Off
>> > xdebug.profiler_output_dir      \
>> > xdebug.profiler_output_name     cachegrind.out.%p
>> >
>> > The other xdebug's settings change when I make the corresponding
>> > changes in php.ini.  The environment is IIS7.5 with PHP 5.3.2-NTS-vc9 as
>> FastCGI.
>> > Xdebug is 2.10-5.3-vc9-nts
>> >
>> > Thanks for your help,
>> > Tommy
>> >
>> >
>> > --
>> > PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
>> > http://www.php.net/unsub.php
>> >
>> >
>>
>>
>>
>> --
>> Pierre
>>
>> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
From: "Tommy Pham" on
Hi Steven,

I did that first and it responded asking me to reply, for confirmation, with
the given command. Anyway, I'm going to try and setup xdebug another box
because I think there's something wrong with this box I'm using. I never
had any problems setting up xdebug before. This is the first I had to read
15+ pages of google for troubleshooting setting up and still no luck...

Thanks everyone for your help,
Tommy

> -----Original Message-----
> From: Steven Scott [mailto:chowarmaan(a)gmail.com]
> Sent: Wednesday, September 15, 2010 7:22 AM
> To: Tommy Pham
> Cc: php-windows(a)lists.php.net
> Subject: Re: [PHP-WIN] Debugging & Profiling PHP on Windows
>
> Simply send a Subject line with:
> subscribe xdebug-general
>
> On Wed, Sep 15, 2010 at 9:55 AM, Tommy Pham <tommyhp2(a)gmail.com>
> wrote:
> > Hi Pierre,
> >
> > I've tried several times to subscribe to the mailing list and kept on
> > getting this:
> >
> >> -----Original Message-----
> >> From: Ecartis [mailto:ecartis(a)lists.xdebug.org]
> >> Sent: Tuesday, September 14, 2010 7:33 PM
> >> To: tommyhp2(a)gmail.com
> >> Subject: Ecartis command results: appsub xdebug-general
> >> tommyhp2(a)gmail.com 4C901D90:209D.1:kqrohttrareny //
> >>
> >>
> >> >> appsub xdebug-general tommyhp2(a)gmail.com
> >> 4C901D90:209D.1:kqrohttrareny
> >> >> //
> >> Invalid number of parameters.
> >>
> >> >> eoj
> >> Unknown command.
> >>
> >> ---
> >> Ecartis v1.0.0 - job execution complete.
> >
> > As per it's instruction, I was to send this:
> >
> > // job
> > appsub xdebug-general tommyhp2(a)gmail.com \
> > 4C901D90:209D.1:kqrohttrareny // eoj
> >
> > Thanks,
> > Tommy
> >
> >> -----Original Message-----
> >> From: Pierre Joye [mailto:pierre.php(a)gmail.com]
> >> Sent: Wednesday, September 15, 2010 12:10 AM
> >> To: Tommy Pham
> >> Cc: php-windows(a)lists.php.net
> >> Subject: Re: [PHP-WIN] Debugging & Profiling PHP on Windows
> >>
> >> hi,
> >>
> >> you may want to ask on the xdebug support channels:
> >> http://xdebug.org/support.php
> >>
> >> On Wed, Sep 15, 2010 at 1:52 AM, Tommy Pham <tommyhp2(a)gmail.com>
> >> wrote:
> >> > Hi,
> >> >
> >> > I'm trying to debug and profile a PHP app on Windows but I can't
> >> > seem to get xdebug's Profiler to enable.  Has anyone encounter this
> >> > problem
> >> before?
> >> >
> >> > phpinfo() always shows the below regardless of what settings I have
> >> > in
> >> > php.ini:
> >> >
> >> > xdebug.profiler_aggregate       Off xdebug.profiler_append  Off
> >> > xdebug.profiler_enable  Off xdebug.profiler_enable_trigger  Off
> >> > xdebug.profiler_output_dir      \ xdebug.profiler_output_name
> >> > cachegrind.out.%p
> >> >
> >> > The other xdebug's settings change when I make the corresponding
> >> > changes in php.ini.  The environment is IIS7.5 with PHP
> >> > 5.3.2-NTS-vc9 as
> >> FastCGI.
> >> > Xdebug is 2.10-5.3-vc9-nts
> >> >
> >> > Thanks for your help,
> >> > Tommy
> >> >
> >> >
> >> > --
> >> > PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
> >> > http://www.php.net/unsub.php
> >> >
> >> >
> >>
> >>
> >>
> >> --
> >> Pierre
> >>
> >> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
> >
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
> > http://www.php.net/unsub.php
> >
> >