xdebug - Does PhpStorm debugging require a local PHP server or just interpreter? -
i'm using phpstorm 6.0.3 php (7.0.13) on windows 7. (i.e., i'm not using full blown local server xampp or mamp. simple php, no database, etc).
when try debug, phpstorm reports:
connection xdebug not established. validate installation.
when validate says xdebug installed.
i've tried:
- disabling firewall (just in case).
- disabling antivirus
- confirmed i'm "listening php debug connections" (and tried off)
it occurred me maybe need "full blown" server (like xampp or mamp).
Comments
Post a Comment