Webgrind usage in WAMP
Posted by: arnb (---.dyn.optonline.net)
Date: January 29, 2013 01:50PM

Does anyone have any suggestions for working with Xdebug and Webgrind in WAMP?

I want to turn Xdebug on and off as needed. So far I found the only way I can set it on is to change the PHP ini and restart WAMP. Attempting to use WAMP's PHP settings Xdebug flags for this purpose did not work for me.

Also WAMP seems to be missing the .htaccess file in the webgrind directory with the following contents: php_flag xdebug.profiler_enable 0 as noted on [www.jacmoe.dk] so it's tracing the Webgrind executions

Options: ReplyQuote
Re: Webgrind usage in WAMP
Posted by: stevenmartin99 (Moderator)
Date: January 29, 2013 04:33PM

Well it does need to be parsed with the php.ini

So I do t know how you want to have it in another way.

It's on the wamp menu

Left click wamp>php> settings> Xdebug at top

If your changing something specific in the ini I can explain how to add it to the menu.


If you only want it for specfic sites then add a php.ini to the folders u want with the line that you are changing in the php.ini

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Webgrind usage in WAMP
Posted by: arnb (---.dyn.optonline.net)
Date: January 29, 2013 05:07PM

Went back and tried it again.

With the default settings in PHP.ini including: xdebug.profiler_enable = Off, went to Left click wamp>php> settings> clicked Xdebug Profiler (changes to checked)> ran my script > ran [localhost] and the stats for my script were available.

Thank you

Options: ReplyQuote


Sorry, only registered users may post in this forum.