Jake H
Jake H
> I tried loading the plugin on macOS: > > ``` > $ defaults write com.apple.dt.lldb DefaultPythonVersion 2 # Force lldb to use Python 2 > $ /usr/bin/vim # System...
> > I tried loading the plugin on macOS: > > ``` > > $ defaults write com.apple.dt.lldb DefaultPythonVersion 2 # Force lldb to use Python 2 > > $...
> Anyway, the situations that should be guaranteed to work are: > > 1. System vim (Py2) and Xcode lldb (Py2 by using the default). > 2. System vim (Py2)...
> I've been trying to use this PR, since the vim package on my distribution (debian stable) supports only python 3. I've not been able to get it to work....
> I don't see any error messages from vim. I have tried opening vim without opening a file, and when I do this, I get the usual startup message, but...
I have a complete rewrite under development right now. This issue and a few other concurrency-related bugs dealing with targeted processes warranted an architectural shift, primarily, to a client/server model....
@omartijn I could definitely use help on platform testing and portability. I will clean up the cruft and shoot over the repo link. It has not reached feature parity with...