Thursday, June 23, 2016

Ruby Debugging Quick Tip

The Ruby print statements are useful to inspect 1 or 2 variables. Ruby gems like pry, byebug are useful to set multiple breakpoints in a single file. IDE like rubymine is very powerful. You can set multiple breakpoints in multiple files. Useful for stepping into third party code. This is useful to isolate problem to third-party code.

No comments:

Post a Comment