Add netbeans sample configuration

This commit is contained in:
Vincent Letourneau
2017-06-13 22:18:45 +02:00
parent 97ef028732
commit a85ad26ccb

View File

@@ -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