Re: NB 12.4, PHP, Xdebug 3

2021-06-17 Thread Alan
Hi Emilian, I just needed to remove the setting, whereupon it defaults to "trigger" when the mode is debug. Everything appears to be working as expected now. On 2021-06-17 20:10, Emilian Bold wrote: Alan, I wonder if you meant that xdebug.start_with_request also needs the xdebug.mode config?

Re: NB 12.4, PHP, Xdebug 3

2021-06-17 Thread Emilian Bold
Alan, I wonder if you meant that xdebug.start_with_request also needs the xdebug.mode config? --emi On Fri, Jun 18, 2021 at 12:22 AM Alan wrote: > Hi Tom, > > Thanks for your response. I found the problem. I had > > xdebug.start_with_request = yes > > in the INI file. Misinterpreted the docume

Re: NB 12.4, PHP, Xdebug 3

2021-06-17 Thread Alan
Hi Tom, Thanks for your response. I found the problem. I had xdebug.start_with_request = yes in the INI file. Misinterpreted the documentation. User error :) On 2021-06-17 16:49, Tomáš Procházka wrote: Hi Alan, I tried debugging on my computer and it works with PHP 8.0.7 and Xdebug 3.0.4.

Re: NB 12.4, PHP, Xdebug 3

2021-06-17 Thread Tomáš Procházka
Hi Alan, I tried debugging on my computer and it works with PHP 8.0.7 and Xdebug 3.0.4. Check your NetBeans configuration for debugger port (Options > PHP > Debugging). It should be set to 9003 (default port for Xdebug 3). Here is my configuration of Xdebug: xdebug.mode=debug xdebug.client_h