Check out my visual testing tool https://diffy.website. It helps to save testing time during deployments and development.
Follow me on twitter
If you like my articles, welcome to follow me on twitter. My handle is @ygerasimov
Debug backtrace
Submitted by ygerasimov on Mon, 05/12/2014 - 10:47
Devel is a great module that provides a lot of helper funcitons to debug your code. One of them I have discovered lately is ddebug_backtrace().
It gives very nicely formatted backtrace as a message. Great help for development!