In my first attempt to do some PHP debugging in v12.3 and I've struck a
problem. Are there changes to our settings required for this version?
The project was written using v12.2 and I have been running that with
Xdebug v2.7.0. In the earlier version everything works as expected.
Running v12.3 and running "Debug file" I'm seeing a few problems. The
symptoms are:
1. The debugger does not stop at the first line. The preference
settings are set to Stop at First Line.
2. The debugger does not stop at breakpoints.
3. There is a notification and progress bar in the footer with the
dreaded "Waiting for Connection (netbeans-xdebug).
When I cancel the call to the debugger it displays an information
dialog. I've checked all the settings in my php.ini are set to
recommended values.
Malcolm