VimDebug icon indicating copy to clipboard operation
VimDebug copied to clipboard

Integrate your debugger with Vim. Currently supports Perl, Python, and Ruby. This code is very much in beta.

Results 11 VimDebug issues
Sort by recently updated
recently updated
newest added

It was noted that this module is deprecated at https://github.com/kablamo/VimDebug/issues/37#issuecomment-261698291 This patch adds a note that flags this module as deprecated, according to http://neilb.org/2015/01/17/deprecated-metadata.html Please note that in order to...

With perl 5.25.x the previously deprecated unescaped `{` in regexes is now a hard error. Test suite hangs because of this: ``` Unescaped left brace in regex is illegal here...

Hi, I'm using perl 5.24 which located in /usr/local/bin/perl and used this perl to install VimDebug; but after install this plugin into ~/.vim and starts vim, the terminal reports that...

I'm trying to install Vim::Debug from cpan, but I get the error during testing. I'm using Perl v5.10.1 on Ubuntu 10.04: ``` bessarabov@b-yanote:~/tmp/delete_after_2013-07-13/Vim-Debug-0.904$ prove -l t/00-compile.t ......... ok t/00-report-prereqs.t .....

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...

# The problem You can't set a breakpoint in Perl unless the file has been loaded by the debugger. If you're code dynamically loads libraries, and you try to set...

https://metacpan.org/module/DB

The Perl debugger can't set a breakpoint in a dynamically loaded library until after it has loaded. This means you can't simply place a breakpoint anywhere you like. You will...

https://metacpan.org/module/Reflex

Inventing my own protocol was dumb. And communication over raw sockets was dumb. I probably should have a plack web server communicate with http.