Configure xdebug 3 with xampp and phpstorm

I'm facing problems with Phpstorm, xampp and xdebug. I made the settings, but every port I try to use in Phpstorm says it is busy, including the ports it says are available. Has anyone faced this problem?

 

0
1 comment

Hi,
Let's check what is occupying this port. Please perform the following:
1. Close PhpStorm.
2. Open the terminal with Admin rights.
3. Execute the command netstat -abn. Check what is listening on port 9000.
4. If nothing, open IDE and repeat steps 2 and 3 once again.
Let me know about the results.

P.S. As I can see, you are using Xdebug 3.3.1. The default port for it is 9003. Have you tried to switch to port 9003 in the Xdebug configuration?

0

Please sign in to leave a comment.