
Michael shows how to ditch console.log() and start debugging JavaScript like a pro, using the debugging tools in VS Code and the Chrome Debugger extension.
Michael shows how to ditch console.log() and start debugging JavaScript like a pro, using the debugging tools in VS Code and the Chrome Debugger extension.
Let's take a fresh look at Xdebug, the de-facto PHP debugger, which turned an epic 15 years old this month. A quick look at some tricks, tips, and features!
Load Nagati shows you 11 powerful ways to debug WordPress and PHP errors starting with the famous WP_Debug, and then covering some more advanced methods.
Craig Buckler takes a look at Rollbar, a service that helps development teams debug faster.
Miguel Romero demonstrates interactive debugging with PsySH - a REPL for PHP you can embed in your apps!
UserSnap is a JS widget your clients can use to send you detailed bug reports. See how you can send PHP errors to it and improve those reports.
Here's how you get XDebug to work though PHPStorm across a Vagrant layer all the way to your PHP app. Don't let virtual machines impede your debugging!
Matthew Setter introduces MailCatcher, the simple SMTP server designed to catch all emails going out of your app
An explanation of how to bind Sublime Text 3 with Xdebug for an optimal PHP debugging experience