php - XDebug installed but not working -
i have downloaded latest xdebug windows machine running wamp , php 5.3. after following install instruction , restarting services, appears installed according php info:
xdebug
xdebug support => enabled version => 2.1.0
however, if try use following in script: xdebug_start_trace('c:\test.txt');
i error: fatal error: call undefined function xdebug_start_trace() i
what going on?
thanks, jonah
wampserver has 2 php.ini files, 1 apache web pages, 1 cli. make sure you've edited correct one.
the c:\wamp\bin\php\php5.3.0\php.ini
cli. webpages there's @ c:\wamp\www\bin\apache\apache2.2.11\bin\php.ini
Comments
Post a Comment