


use port 9009 because php-fpm uses 9000 by defaultģ) setup xdebug exteions. Zend_extension="**location to xdebug**/xdebug.so" I've just finished setting up my local symfony2 app and phpstorm debugging with Chrome, here is what i've done:ġ) config xdebug in php.ini on the server and restart web server (or php-fpm): Navigate through my web application my break points will be hit? Session through phpstorm that will open my web application and as I Setup remote debugging so that I can launch some remote debugging Can someone provide a step by step tutorial of what I need to do to.I also watched a webinar or two on remote debugging and it still was not completely clear to me what I need to do to step through my code. I do not think the bookmarklets were working correctly when following the instructions. I really confused by most of the tutorial but followed it as best as I could. I followed the tutorial but have not had any luck. I currently connect to my project through my vmware players ip
#CHROME PHPSTORM XDEBUG COOKIES CODE#
I would like to beĪble to set a break point in my code, run remote debugging and beĪble to step through all the break points in my code as I interactīackground information and current setup:Īpache and mySql server are running on my vmware player. I want to be able to debug my symfony2 project.
