I sometimes use `Object\#tap`with `debugger` to debug chained methods
Code sample showing tap and debugger
That will show the following output:
Output of running the previous example
Another useful trick for me is to setup a debugger and also set a new breakpoint at the end:
Setting a new breakpoint
That will show the following output
Output of running the debugger(pre: "break 8")