XF 2.3 PhpStorm and port 9003 busy

CipherX

New member
Has anyone encountered the 9003 port being busy when trying to configure phpstorm with xdebug? If so, what was your solution to fix this?

Thanks,
CipherX
 
Last edited:
Well, then more information is needed. How debugging is configured, IDE and project on one local machine or remote project on VDS? You can also check what processes are busy on the port, if it is really busy. sudo lsof -i :9003
 
Well, then more information is needed. How debugging is configured, IDE and project on one local machine or remote project on VDS? You can also check what processes are busy on the port, if it is really busy. sudo lsof -i :9003
This is a windows installation running phpstorm, and laragon
 
Back
Top Bottom