crystal-community / icr

Interactive console for Crystal programming language
MIT License
505 stars 40 forks source link

Add debug command to toggle debug output interactively. #74

Closed russolsen closed 6 years ago

russolsen commented 6 years ago

I've found it helpful to be able to turn the --debug style output on and off interactively, so this patch adds a "debug" command along the lines of "paste" to toggle the output off and on.