Debug Mode - no variables

Hi,

i search a PHP IDE and did some tests with phpstorm. 

So i also tried the debug mode und installed xdebug on xampp. In addition i installed the chrome debug app.

If i run a debug, i get some debug infos on console views but debug view is evertime empty, no variables etc. found there.

 

 

What can be the cause of this?

Thanks,

Marco

0

> In addition i installed the chrome debug app.

Please specify which one exactly.
You need Xdebug Helper and not JetBrains IDE Support.

> If i run a debug, i get some debug infos on console views but debug view is evertime empty, no variables etc. found there.

A screenshot of the Debug tool window could possibly help.

Also, please try following this guide if you haven't tried yet: https://confluence.jetbrains.com/display/PhpStorm/Zero-configuration+Web+Application+Debugging+with+Xdebug+and+PhpStorm

0

请先登录再写评论。