On Tuesday, November 6, 2012 9:19:00 AM UTC+1, Javier Garcia wrote:
> Hi,
>
> I'm trying to use xdebug with vim on linux. I follow the instructions to install xdebug and after that I can see the information about xdebug if I call phpinfo() from a file inside the apache server.
>
> After open a file in vim, it is supposed that when I press F5 it should show something like "waiting for a new connection on port 9000 for 10 seconds...", but it doesn't show anything..
>
> Any idea?
Which plugin are you using for Vim? There are a lot of different
versions and I found that most of them have their problems.
I'm now using (just 2 minutes ago) the relatively new VDebug plugin,
which works without any problems for me:
https://github.com/joonty/vdebugJeroen