From a85ad26ccb8af6cb463a5c3b4b2c81286fc954cb Mon Sep 17 00:00:00 2001 From: Vincent Letourneau Date: Tue, 13 Jun 2017 22:18:45 +0200 Subject: [PATCH] Add netbeans sample configuration --- etc/php/php.ini | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/etc/php/php.ini b/etc/php/php.ini index f1b6218..1647620 100644 --- a/etc/php/php.ini +++ b/etc/php/php.ini @@ -1,3 +1,4 @@ +;PHPStorm [xdebug] xdebug.remote_enable=1 xdebug.idekey=PHPSTORM @@ -5,10 +6,10 @@ xdebug.profiler_enable=0 xdebug.max_nesting_level=700 xdebug.remote_host=192.168.0.1 # your ip -# PHPStorm -#[xdebug] -#xdebug.remote_enable=1 -#xdebug.idekey=PHPSTORM -#xdebug.profiler_enable=0 -#xdebug.max_nesting_level=700 -#xdebug.remote_host=192.168.0.1 # your ip +;Netbeans +;[xdebug] +;xdebug.remote_enable=1 +;xdebug.remote_handler=dbgp +;xdebug.remote_mode=req +;xdebug.remote_host=192.168.0.1 # your ip +;xdebug.remote_port=9000 \ No newline at end of file