kablamo / VimDebug

Integrate your debugger with Vim. Currently supports Perl, Python, and Ruby. This code is very much in beta.
37 stars 7 forks source link

Cannot connect to localhost #34

Open alex-shamshurin opened 10 years ago

alex-shamshurin commented 10 years ago

When I call DBGRStart, it prints "cannot connect to port at localhost", so $PORT variable seems to be empty and SocketConnect() fails. Please fix it.

I use Perl 5.18.2 on MAC OS.

alex-shamshurin commented 10 years ago

I tried to fix it, but still cannot connect, please help.