Debugging PHP with PhpStorm

This is your ultimate guide to debugging any PHP applications with PhpStorm. In this webinar, we’ll have a look at the debugger that is integrated in PhpStorm and explore its capabilities. The webinar covers all the debugging-related activities you may want to perform, such as: * Simple debugging with run/debug configurations * Debugging unit tests * Zero-configuration web applications debugging with Xdebug * Simultaneous debugging sessions * Multi-user debugging via DBGp proxy * Remote debugging * And mo
Back to Top