PHP debugging: How to configure Xdebug (for example, to use it for Vdebug -Vim plugin-)

Viewed 4105

How can I configure Xdebug so that it works for Vdebug -PHP debugger for Vim-?

I am trying to install Vdebug to debug PHP in Vim. Unfortunately, when I press F5 this message appears after a few seconds

Waiting for a connection (Ctrl-C to cancel, this message will self-destruct in
20  seconds...)
No connection was made

What should I do?

2 Answers
Related