Re: NB 12.1 PHP xdebug

2021-02-18 Thread Tomáš Procházka
Hi, I had no problems running PHP 7.4 with Xdebug 2.9 and also Xdebug 3.0. Just make sure you have configured correct port in NetBeans settings because Xdebug 3.0 changed it from 9000 to 9003. This is my xdebug.ini for Xdebug 3.0 to be used with Xdebug helper extension in browser (only conve

Re: NB 12.1 PHP xdebug

2021-02-15 Thread Christoph Theis
I had similiar problems but got it running with NB 12.x, php 7.4 and xdebug 3.x. But don't ask for details ... If you don't see any log file, is the file / path accessible by www-data (or whatever user you are running the server under)? Is someone listening on your xdebug port? Did you set the po

Re: NB 12.1 PHP xdebug

2021-02-15 Thread Christoforos Korifidis
Thanks for the answer, This configuration was workikng for my alse until I updated to xdebug 3.0.2. Unfortunatelly with xdebug 3.0.2 the variables names have chenged to the ones I have in my mail. Xedung wizzard suggested that I should use Xdebug 3.0.2 so I moved to it. No I am stuck. I woder if

Re: NB 12.1 PHP xdebug

2021-02-13 Thread Alan
On 2021-02-13 14:33, Christoforos Korifidis wrote: I am trying to debug a Jooomla web site on the following system: * NetBeans 12.1 * Xdebug 3.0.2 * PHP 7.4.14 * nginx 1.18.0 * CentOS 8 Xdebug configuration from this file |/etc/php.d/90-xdebug.ini|: |extension=/usr/lib64/php/modules