It would be very helpful to be able to see E_NOTICE|E_STRICT errors when developing plugins for drush. This does not seem to be possible atm. even after hacking the drush_errors_on() function and removing all ob_* functions, but I could be wrong :)
Thx
_rune
Comments
Comment #1
moshe weitzman commentedi don't think we actively suppress these.
Comment #2
greg.1.anderson commentedDrush now makes it a little easier to turn these on. From example.drushrc.php:
Comment #3
_rune commentedSweet, thats going to save time. Thx a lot!