
How Xdebug Works
How Xdebug communicates with IDE's
How to Install Xdebug with the Installation Wizard
How to Install Xdebug Using PECL
How To install and config Xdebug in windows using PHPStorm and VScode
Start Step Debugging In PhpStorm in a Simple PHP Script Demo
How To Use Xdebug in PhpStorm with Symfony Project Demo
How to add conditional Break Points in Phpstorm
How To Debug Your Test Cases in PhpStorm
Preview Develop Mode in Xdebug
How to Use Profile Mode in Xdebug
How to Use Phpstorm to Visualize Profile output
How to Visualize Profile Output in QcacheGrind Tool
How to highlight Performance issues in your Code For time and Memory
How To use Xdebug Coverage mode to Generate Code Coverage
How to Generate Code Coverage Html Page for your Project
How to use Trace Mode in Xdebug
How To Analyze Trace Output
How to install Xdebug in docker
How to Use Config PhpSotrm to Use Xdebug From Docker
How To Step Debug Using Xdebug in VS Code
How to Run Test Cases From VS Code
How To Debug Test Cases From VS Code
How To config VS Code To use Xdebug From Docker
How to add Aliases in Your Terminal in Zsh shell
How to add Aliases in Your Terminal in Bash shell
How to Debug Api
How to Debug Code in Remote Server Using Vs Code and SSH
Debugging your code is one of the most important experiences you should know and master to speed up your debugging and fixing issues Process.
And in PHP Word debugging is critical, because you dealing with a scripting language that it's not compiled
So You can use Var_dump, die, and Echo to start to debug But this is the amateur way.
In This Course you will learn how to use Xdebug like Ninja, Xdebug is the most popular Debugging Extension For PHP You can use it to speed up your Debug Investigation and Test cases Not only that You can do a lot using Xdebug So I will list here what You will learn in this course
Install Xdebug and Enable it in Your PHP Environment
Config Xdebug in Your Favorite IDE like PHPStorm and VsCode
Upgrade your Debugging experience with Xdebug
Optimize Var_dump usage using develop Mode
How to Use Xdebug For Step debugging Your Test Cases
Speed Up your bug investigation using Xdebug Debug mode for Step Debugging
Generate a Profile for your Requests and Scenarios
Visualize The Profile Data to detect and highlight the performance issues in your Project in the Time or Memory
How to Generate the Code Coverage For your Code and Tests
How to Generate and Use Trace Data For Your Functions Executions
How to Use Xdebug for Remote Debugging
How To Use Xdebug From Docker Environment
How To Debug PHP CLI Like Symfony Console Commands
How To Debug API Using Postman