Re: PHP Debugger in v12.3 does not stop at first line

2021-03-11 Thread Malcolm Fitzgerald
Sorry to waste everybody's time. The error was that I didn't specify the correct version of PHP. Out of the box PHP on MacOS does not include XDebug so the errors were coming from that. Once the correct version of PHP is entered, everything works. thanks, Malcolm On 12/03/21 4:11 pm, Malc

PHP Debugger in v12.3 does not stop at first line

2021-03-11 Thread Malcolm Fitzgerald
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