18

Every IDE should have an option to open Stack Overflow directly after an Exception is thrown.

Comments
  • 3
    or you know, read the error and work out what went wrong...
  • 0
    There are a few debugging libraries in php that offer that, for example https://github.com/filp/whoops if an exception is thrown, it will show you buttons to search the exception on, stackoverflow, github and google
Add Comment