XDebug

  • ‘Debug’ name itself self-explanatory, means to identify and resolve bug. In addition, it makes easy to understand WordPress Core working by stepping into each line and live watch what is happening. Debugging helped me a lot to actually understand WordPress hook system and call stack. I am using following tools as my primary development machine:…