Enabling XDebug
On this page you will be guided on activating XDebug PHP debugger in Create Magento App application.
Last updated
Was this helpful?
On this page you will be guided on activating XDebug PHP debugger in Create Magento App application.
Last updated
Was this helpful?
You need to install for to activate the Debugging session in PHPStorm. Instructions are the same for .
After installation, open extension options and select Debug Trigger value as PHPStorm.
Now, when you open your CMA webpage, you need to enable a debug session by pressing Debug in the extensions menu.
Wait for the command to finish.
Choose the create-magento-app debug configuration in the top right corner of PHPStorm's window.
Click on Start debugging or press Shift+F9, put test breakpoint in $project_root/pub/index.php file, reload the page and that is all!
Happy debugging!
. This needs to be done once.
Install extension.
Use command.