From 2a1e5c8521cf0efb066ae3f1485c95b453b2b7b6 Mon Sep 17 00:00:00 2001 From: Vincent Letourneau Date: Thu, 28 Sep 2017 10:40:07 +0200 Subject: [PATCH] Add PHPStorm xdebug remote port --- etc/php/php.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/php/php.ini b/etc/php/php.ini index 1647620..9453036 100644 --- a/etc/php/php.ini +++ b/etc/php/php.ini @@ -5,6 +5,7 @@ xdebug.idekey=PHPSTORM xdebug.profiler_enable=0 xdebug.max_nesting_level=700 xdebug.remote_host=192.168.0.1 # your ip +xdebug.remote_port=9000 ;Netbeans ;[xdebug]