Problem with xdebug and netbean IDE 8.1 linux

0

I have the following problem, I am using the xampp 1.8 in linux ubuntu 16.04 . What is happening is that when I launch the debug it is not stopping me at the breaking point that I am placing even though the debug tells me it is ready. Then I leave the details of the configuration to see if you can help me.

In the XAMPP

[Xdebug]
extension = xdebug.so
zend_extension= "/usr/lib/php/20151012/xdebug.so"
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000

Image of the NetBeans configuration

    
asked by Yoel Rodriguez 04.01.2018 в 16:37
source

0 answers