Я подписался на этот документ :
Это мой php .ini
[XDebug]
zend_extension="C:\xampp\php\ext\php_xdebug.dll"
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 1
xdebug.remote_enable = 1
xdebug.remote_host = "localhost"
xdebug.remote_handler = "dbgp"
xdebug.remote_mode = "req"
xdebug.remote_port = 9000
Я запускаю Apache с использованием XAMPP на порту 9000: ![enter image description here](https://i.stack.imgur.com/CqyBR.png)
from NetBeans when I do: Debug -> Debug Project
I get the following:
Port 9,000 is already in occupied. Configure the IDE to use another
port?
![enter image description here](https://i.stack.imgur.com/dRvtd.png)
XAMPP is the software that is using port 9000 thousand. What do I need to do here? Should I change the XDebug port to 9001? Tools -> Options:
введите описание изображения здесь Если я это сделаю, мне также нужно будет изменить php .ini и изменить порт XDebug на 9001.
Или я должен продолжать использовать порт 9000? У меня были разные настройки, но я не смог достичь точки останова.