5

Nearly strangled a fellow dev after finding out he refuses to use xdebug and litters his code with `die()`statements instead

Comments
  • 0
    I do this 😅. Is xdebug platform or IDE dependant or not?
  • 0
    XDebug is a PHP debug tool. You should ideally be using an IDE, so Google how to use XDebug with it. You will have to add it to PHP, but there is a ton of info on Google. Good luck!
Add Comment