astashov / vim-ruby-debugger

Vim plugin for debugging Ruby applications (using ruby-debug-ide gem)
435 stars 36 forks source link

fix lsof speed issues on osx #58

Closed stephenprater closed 11 years ago

stephenprater commented 13 years ago

I've tried this on both a PPC and an Intel, and I don't think this problem is solvable by fiddling about with system settings. I'm not sure what the problem is even with lsof, but it takes up to 5 minutes for the the debugging processes to be located from MacVim.

stephenprater commented 13 years ago

okay, this seem to be related to having a powerpc or using the macports verison of lsof on an intel.

kind of a weird edge case, but this patch fixes it for me.

astashov commented 11 years ago

No needed anymore, since we got rid of lsof