I have installed phpStorm 2016.2.1 (EAP) and everything should be working fine but sadly debugging is not working for me. I have tried zero-configuration from here without success :(
Useful information:
- I have a VM ruing CentOS 7 where I have the LAMP environment.
- The
/var/www/html/plataforma56.localis the path on the server where the project is - The remote path is mapped through SFTP to my host (using SFTP Net)
- The project under phpStorm is type of: "Source files are in a local directory, no Web server is yet configured".
- PHP version is 5.6.24
- Xdebug version is 2.4.1
- Xdebug is enabled (see pic below)
- I am ruing Windows 10 x64
- My AV is ESET Smart Security (and yes I have disable the Firewall just for see if this is the root cause but without sucsess)
- IDE is configured (see pics below)
- Xdebug is enabled in the browser (Chrome) using Xdebug Helper extension (see pic below)
- Breakpoints are set and multiple times just in case (see pics below)
Having all this information I should ask:
- I am missing something here?
- Since this is a CodeIgniter 3 project it would be possible to debug this application? (dummy question but maybe is not possible for some reason)
I am open to any solution because I am run out of ideas at this point and have spent hours trying to get this working (is the best when you're ruing into application issues that you need to fix)
Note: I know this is a common and recurrent issue and have been asked several times but before close it, or mark as duplicate or down vote please try to help.







