Xdebug working in PHPStorm but not on IDEA

Hi all,

I was struggling to make Xdebug work with Intellij IDEA Ultimate and was getting those errors:

Log opened at 2018-08-14 11:32:15
I: Connecting to configured address/port: localhost:9000.
I: Connected to client. :-)

After trying all that I could think and found out on the internet I decided to try if it would work with PHPStorm. Opened same project with it (so configuration should be mostly the same as far as I know) and boom, Xdebug worked first time.

Anyone knows what could I be possibly missing in Intellij IDEA to make it run there?

PS: If you need any other information I'll provide asap :)

0

Is it surely the same interpreter with on the same host? There definitely should be no difference.

What's worth trying - please add #com.jetbrains.php.debug to Help | Debug Log Settings, restart IDEA and then initiate a debugging session again.

Would IDEA know that it has received a connection? There should be new events from the debug subsystem.

To be honest, I think it's some kind of misconfiguration on your part, and it's not IDEA that responds to Xdebug.

0
Avatar
Permanently deleted user

Well, Black Magic... Came back after local holiday and sudenly IDEA stops at break points (which didn't two days ago.)

First time it did in PHPStorm a dialog appeared asking me if I wanted to allow the Xdebug conection or something like this but haven't seen it now on IDEA. Could it be that this dialog was not appearing on IDEA thus blocking the conection?


Anyway, thanks for the answer!

0

请先登录再写评论。