Skip to content

Instantly share code, notes, and snippets.

View igorsokolov's full-sized avatar

Igor Sokolov igorsokolov

  • San Francisco, CA, US
View GitHub Profile
@igorsokolov
igorsokolov / introrx.md
Created April 19, 2016 01:52 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing

Ruby Debugger

Most of the time simple output statements using warn, raise, or a logger will help you find your issue. But sometimes you need the big guns, and that means ruby-debug.

Ruby-Debug

The ruby-debug package has had some rocky times during the transition from Ruby 1.8.7 to 1.9.2 and beyond. But now, finally, the debugger is reliable and usable.

Installation