Someone please point me to a knowldge article or information on how to setup Xdebug on XAMPP-VM Mac OS in particular.
The dev configuration:
Steps tried: Followed the instructions as per this link
Copied Xdebug.so to the extension folder inside XAMPP-VM & configured php.ini for xdebug values as below
[XDebug] xdebug.remote_enable = 1 xdebug.remote_autostart = 1 xdebug.remote_connect_back=on zend_extension="/opt/lampp/lib/php/extensions/xdebug/xdebug.so"
Mapped the localhost port 9000 as below
PS: I googled around and failed to get the solution. What am i missing here?
Someone please point me to a knowldge article or information on how to setup Xdebug on XAMPP-VM Mac OS in particular.
The dev configuration:
Steps tried: Followed the instructions as per this link
Copied Xdebug.so to the extension folder inside XAMPP-VM & configured php.ini for xdebug values as below
[XDebug] xdebug.remote_enable = 1 xdebug.remote_autostart = 1 xdebug.remote_connect_back=on zend_extension="/opt/lampp/lib/php/extensions/xdebug/xdebug.so"
Mapped the localhost port 9000 as below
PS: I googled around and failed to get the solution. What am i missing here?
For Step by step guide please follow this blog by Josh Buchea. Has a detailed walkthrough.
Hope this helps someone stuck on Mac with Xampp-VM like i did. Switch to MAMP free version. Happy coding Wordpress PHP