

I have attached the screen shot for reference.Ĭan any one help me, please? Almost every thing is done to enable moodle debug on Phpstorm, but I feel some silly mistake I am doing somewhere and failing to debug the moodle code. ' When I validated the installation I get ''xdebug' extension is not installed. Temporarily disable any firewall or VPN if youre.
#Phpstorm xdebug not working software
And an error message is appearing in the browser " Web server software (PhpStorm 7.0) is not supported, sorry". I have not used it for a few weeks and when I tried to debug a file yesterday the debug window returned 'Connection with 'xdebug' was not established. Troubleshooting Xdebug Remember that the port in play is port 9003 for DDEV v1. I have opened the file C:\BitNami\wampstack-5.4.23-0\apps\moodle\htdocs\login\index.php in phpstorm and set up the debugging points at few locations, but now when I log in to moodle, the debugging point are not getting triggered, I don't know, where I am going wrong.Īnother thing I did was, in php storm I have right clicked C:\BitNami\wampstack-5.4.23-0\apps\moodle\htdocs\login\index.php then selected open in browser, then the url localhost:63343/moodle/htdocs/login/index.php, is getting formed in browser, please note the port it is 63343 but not 8085 which I have given. Click the + to add a server configuration. In the Settings panel, expand and locate the Languages & Frameworks > PHP > Servers section.

#Phpstorm xdebug not working windows
In Php storm XDebugger is enabled nicely. I recently spent a good few hours getting Xdebug to work with my development setup (which is PhpStorm running inside WSL 2 on Windows 10, and PHP/Xdebug running inside a Docker container, inside WSL 2, with Docker Desktop), so here I am writing up the surprisingly simple solution I ended up with partially for my own future reference, but also to help out anyone who finds themselves in a. To configure PhpStorm to work with Xdebug: In your PhpStorm project, open the settings panel. env file like this: PHPIDECONFIGserverNamesymfony-demo XDEBUGCONFIGremotehost192.168.1. Go to Languages & Frameworks > PHP > Debug, and change the port of Xdebug to 9003 (as we did before). These two settings allow PHPStorm and Xdebug to communicate. I am using Phpstorm to do my development/debugging the moodle code. The remoteport is the port that PHPStorm will be listening for incoming Xdebug connections. Troubleshooting Case-senstitivity in paths - on my machine, the path to my Sites directory is /Users/michael/Sites. I have installed moodle 2.6, on Bitnami wampstack 5.4 on WINDOWS 07., Moodle is working fine with localhost:8085/moodle.
