albfan / vim-breakpts

Set/View Vim breakpoints and browse functions visually
24 stars 2 forks source link

No access to context on remote debugging #36

Open albfan opened 7 years ago

albfan commented 7 years ago

This is a problems with vim 8.0

The local context is cleared and you cannot retrieve it from remote_expr

See https://github.com/vim/vim/issues/2237

albfan commented 7 years ago

Fixed in vim 8.0.1217

albfan commented 7 years ago

Need to check vim 8 is 1217 or higher to run correctly