so im trying to get sublime text 2 to run along with x-debug i have installed the
Kindari-SublimeXdebug
and i have wamp (i have enabled xdebug )
here is the php.ini configuration
; XDEBUG Extension
zend_extension =
"c:/wamp/bin/php/php5.3.10/zend_ext/php_xd
ebug-2.1.2-5.3-vc9-x86_64.dll"
[xdebug]
xdebug.remote_enable = On
xdebug.profiler_enable = On
xdebug.profiler_enable_trigger = On
xdebug.profiler_output_name =
cachegrind.out.%t.%p
xdebug.profiler_output_dir = "c:/wamp/tmp"
xdebug.remote_connect_back = On
xdebug.remote_autostart = On
but still every time i try to connect to it through sublime it though :
Xdebug : is not running
even though in my phpinfo() ; it shows that it runs probably ..
sorry im still new to x-debug and sublime …
thanks in advance
I think you need to add the following lines to the xdebug configuration in
php.ini: