Ruby生态环境缺陷之二
More things abour ruby. Recently I’m trying to fix some issues with bundler. setup a development environment No interactive debuggers. finally there is “byebug”. But it still lacks semantic highlighting. “Pry” can’t do debugging! Also it’s only working on msys shell. Neovim have ruby-lsp which is created by shopify, but when open multiple instances, there are performeance issues. Free ruby threads are shown in Windows process manager, which consumes about 15% of the CPU. sometimes they are hard to kill. ...