Gert-dev / php-ide-serenata

Atom IDE package that integrates the Serenata server to provide PHP code assistance
https://serenata.gitlab.io/
Other
275 stars 22 forks source link

serenata php process not killed if xdebug is enabled #503

Open albert200000 opened 4 years ago

albert200000 commented 4 years ago

I've noticed serenata server is still running when atom is closed but only if xdebug is enabled.

Gert-dev commented 4 years ago

Hi.

Can you reproduce this consistently? (This may be hard to see, but) are there perhaps errors on shutting down in Atom in the developer tools? What version of Xdebug are you currently using?

albert200000 commented 4 years ago

Yes, every time the same. I don't see any logs on shutdown. Xdebug version 2.7.2 on Linux.

Gert-dev commented 4 years ago

Hmmmm, I'm not seeing this behavior on my end. Perhaps the server is freezing on shutdown.

Does the same thing happen with Xdebug disabled? I would expect not, since the server restarts itself without Xdebug, normally.