I have been trying to understand a way to enable debugger in my Laravel project using the Xdebug.
I'm using IntelliJ IDEA IDE and I have enabled PHP_FPM_INSTALL_XDEBUG
and WORKSPACE_INSTALL_XDEBUG
but, I'm stuck understanding how to configure my IDE and listen to a specific debug port so that whenever an API call is made, I can debug my code. I prefer to use IntelliJ IDEA over PhpStorm.
I couldn't find any useful blogs or documentation so far. Any steps or blogs regarding the steps to configure debugger will be much appreciated.