I have spent several days attempting to get Netbeans 17 working with Xdebug in order to work on some PHP programming. I have not been successful. Here is the context: I am using Mac OS Ventura. I have successfully installed netbeans
Product Version: Apache NetBeans IDE 17 Java: 17.0.7; OpenJDK 64-Bit Server VM 17.0.7+7 Runtime: OpenJDK Runtime Environment 17.0.7+7 System: Mac OS X version 13.2.1 running on aarch64; UTF-8; en_US (nb) User directory: /Users/dnessett/Library/Application Support/NetBeans/17 Cache directory: /Users/dnessett/Library/Caches/NetBeans/17 My Php implementation is: php -v PHP 8.0.28 (cli) (built: Apr 26 2023 18:25:29) ( NTS ) Copyright (c) The PHP Group Zend Engine v4.0.28, Copyright (c) Zend Technologies with Zend OPcache v8.0.28, Copyright (c), by Zend Technologies with Xdebug v3.1.5, Copyright (c) 2002-2022, by Derick Rethans Note that I am using PHP 8.0 with Xdebug 3.1.5. I have configured netbeans to use port 9003 for Xdebug, which the port used by Xdebug 3. When I attempt to work on a PHP project, no debugging controls appear in my netbeans console. I can run the application successfully, but not debug it. I have tried to figure out the problem by reading as much as I could find on how to setup netbeans with PHP/Xdebug, but nothing has worked. Any help would be greatly appreciated. Regards, Dan Nessett