Drupal, Testing

How to install Xdebug 3 on MacOS

Xdebug is an extension for PHP, and provides a range of features to improve the PHP development experience. It allows you to break during code execution and inspect all the variables in scope during a request. The purpose of this blog is to install Xdebug 3 on MacOS with PHP 8.1  to debug PHP code. Let’s start installing Xdebug 3...

by Yogendra Pratap Singh
Tag: Debugger Tool
19-Aug-2023