MomosOrDeath576 has quit [Ping timeout: 245 seconds]
MomosOrDeath5767 is now known as MomosOrDeath576
MomosOrDeath5760 has joined #ruby
MomosOrDeath576 has quit [Ping timeout: 252 seconds]
MomosOrDeath5760 is now known as MomosOrDeath576
grenierm has quit [Ping timeout: 256 seconds]
cappy has quit [Quit: Leaving]
olspookishmagus has joined #ruby
monr0e_ has joined #ruby
monr0e_ has left #ruby [Leaving]
gaussianblue has joined #ruby
donofrio has joined #ruby
_0x1eef has quit [Quit: Reboot]
mtm has quit [Ping timeout: 260 seconds]
mtm has joined #ruby
donofrio_ has joined #ruby
donofrio has quit [Ping timeout: 252 seconds]
gaussianblue has quit [Quit: leaving]
johnjaye has quit [Ping timeout: 248 seconds]
johnjaye has joined #ruby
johnjaye has quit [Ping timeout: 260 seconds]
kenichi has quit [Changing host]
kenichi has joined #ruby
TCZ has joined #ruby
user71 has joined #ruby
llua has quit [Quit: <Rudolph> shell code is what greycat reads to kids when he tucks them in]
llua has joined #ruby
desnudopenguino1 has joined #ruby
desnudopenguino has quit [Ping timeout: 248 seconds]
desnudopenguino1 is now known as desnudopenguino
mjacob has joined #ruby
<mjacob>
I’m using `binding.pry` in the moment to start a debugger. It’s awkward to use (e.g. no `s` alias to `step`, last command is not repeated when pressing enter on empty promt). Also it breaks randomly. Using `binding.debugger` fixes both problems, but doesn’t have fancy syntax highlighting, tab completion etc. Is there a way to have the advantages of both without the described disadvantages?