2
0
Эх сурвалжийг харах

Updated xdebug location for M1

Mark Shust 7 жил өмнө
parent
commit
80065702f1
1 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -101,7 +101,9 @@ Open `PHPStorm > Preferences > Languages & Frameworks > PHP` and configure:
 - `CLI Interpreter`:
 	- Create a new interpreter and specify `From Docker`, and name it `phpfpm`.
 	- Choose `Docker`, then select the `markoshust/magento-php:7-0-fpm` image name, and set the `PHP Executable` to `php`.
-	- Under `Additional > Debugger Extension`, enter `/usr/local/lib/php/extensions/no-debug-non-zts-20160303/xdebug.so`.
+	- Under `Additional > Debugger Extension`, enter
+		- for M1: `/usr/local/lib/php/extensions/no-debug-non-zts-20131226/xdebug.so`
+		- for M2: `/usr/local/lib/php/extensions/no-debug-non-zts-20160303/xdebug.so`
 	- Hitting the reload executable button should find the correct PHP Version and Xdebug debugger configuration.
 
 - `Path mappings`: