PHPStorm and Visual Studio Code Debug Adapter Protocol

Hi,

Is there any way that PHPStorm can debug via Visual Studio Code Debug Adapter Protocol? From what I can tell only xdebug and zend debuger are supported.
I am using hhvm 3.* - which has support for both VS Debug Adapter Protocol and xdebug.


But xdebug is very slow, while VS Code using Debug Adapter Protocol with hhvm 3.* runs very fast!

So it would be great if it would be possible to use PHPStorm + VS Debug Adapter Protocol.

Also I am willing to try a proxy (if it exists) which would translate from hhvm with debug adapter protocol <-- to/from ---> PHPStorm which uses xdebug protocol.

Thank you!

0

Nope, not supported and hardly will ever be.

0

请先登录再写评论。