codingmasterRS Posted July 9, 2010 Share Posted July 9, 2010 How can I set xdebug so I dont need to use ?XDEBUG_PROFILE=TRUE in the URL, want it to automatically profile all and every page I visit Current settings zend_extension_ts = c:/php/ext/php_xdebug-2.1.0-5.2-vc6.dll xdebug.profiler_enable = 1 xdebug.profiler_output_dir = C:/inetpub/webgrind/wr/ Quote Link to comment https://forums.phpfreaks.com/topic/207246-xdebug/ Share on other sites More sharing options...
RichardRotterdam Posted July 9, 2010 Share Posted July 9, 2010 http://xdebug.org/docs/profiler Quote Link to comment https://forums.phpfreaks.com/topic/207246-xdebug/#findComment-1083571 Share on other sites More sharing options...
codingmasterRS Posted July 9, 2010 Author Share Posted July 9, 2010 @Dj Kat zend_extension_ts = c:/php/ext/php_xdebug-2.1.0-5.2-vc6.dll xdebug.profiler_append=1 xdebug.profiler_enable=1 xdebug.profiler_enable_trigger=1 xdebug.profiler_output_dir = C:/inetpub/webgrind/wr/ is what I have and it is not automatically profiling, or at least webgrind is NOT pickup the profiles Quote Link to comment https://forums.phpfreaks.com/topic/207246-xdebug/#findComment-1083573 Share on other sites More sharing options...
codingmasterRS Posted July 9, 2010 Author Share Posted July 9, 2010 yeah I have tried a few combos but still cant figure out why this is not workign........... Quote Link to comment https://forums.phpfreaks.com/topic/207246-xdebug/#findComment-1083600 Share on other sites More sharing options...
RichardRotterdam Posted July 9, 2010 Share Posted July 9, 2010 what ini file are you using? And is the ini file youre writting in parsed? Quote Link to comment https://forums.phpfreaks.com/topic/207246-xdebug/#findComment-1083604 Share on other sites More sharing options...
codingmasterRS Posted July 9, 2010 Author Share Posted July 9, 2010 yes the ini file is being parsed Quote Link to comment https://forums.phpfreaks.com/topic/207246-xdebug/#findComment-1083606 Share on other sites More sharing options...
codingmasterRS Posted July 9, 2010 Author Share Posted July 9, 2010 okay I have xdebug and webgrind working nicely now, only problem now is it says it is getting index.php when infact as the webgrind says it is getting js.php and profiling it. How can I get it to profile all pages, require_once pages, etc Thanks in advance Quote Link to comment https://forums.phpfreaks.com/topic/207246-xdebug/#findComment-1083610 Share on other sites More sharing options...
codingmasterRS Posted July 10, 2010 Author Share Posted July 10, 2010 bump Quote Link to comment https://forums.phpfreaks.com/topic/207246-xdebug/#findComment-1083980 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.