13
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Ruby2.1.2でgem 'debugger'を動かす

Posted at

何故か、Ruby2.1.2ではgem 'debugger'が動かなかったので、
先行者の知恵をお借りして、
インストールしてみた。

インストール

 $ git clone https://github.com/mekishizufu/debugger.git
 $ git checkout ca451a9bdf
 $ cd debugger
 $ gem build debugger.gemspec
 $ gem install debugger-1.6.6.gem

これで、
gem 'pry-byebug'
がインストールできるようになりました。。

13
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?