Anyone konw that how to enable xdebug variable display features with Local? I have turned on xdebug intellij integration addons, but seems it only working with phpstorm debug, what I want is xdebug varibal display in browser when use var_dump() function.
But no enhanced var_dump() output by default, and I can’t find /conf/php directory, there are only two folder under site root: app directory and logs directory.
In the Custom environment under the Settings > Advanced menu there should be a plugin to activate. I may be wrong about the specific menu, but it’s in Settings. I’m not looking at it right now.
There isn’t an option for Xdebug when setting up the site. All versions of PHP that are available in the Custom environment have Xdebug enabled by default.
Adding to what @afragen said, there’s an add-on that allows you to configure PhpStorm with one click. You can find the button in Utilities in that site’s panel in Local. If you don’t see the button you’ll need to enable the “Xdebug IntelliJ integration” add-on under Preferences » Add-ons.