Tagged Questions
2
votes
5answers
124 views
How to inspect a variable when testing with `drush test-run`.
When testing with my SimpleTests, I want to inspect a variable. var_dump() and the likes are not being rendered in the output of Drush, Xdebug interactive debugger does not work due to the simulated ...
4
votes
2answers
283 views
Can xDebug be triggered by Drush commands?
I'm running into an issue with my Features modules and installation profile when installing the site with drush si. There are a number of probably related issues in the Features issue queue, but none ...