Tracking down bugs in WordPress development often feels like looking for a needle in a haystack. Especially when you’re relying on var_dump() calls and manually scanning error logs.
WordPress Studio has two new debugging capabilities that make this process faster and more intuitive: Xdebug support and debug log access.
...