debug
debug copied to clipboard
Improvement: multiline support
Currently if you type: (rdbg) i = %w(1 # info command unrecognized argument for info command: = %w(1
Need to support multiline
now irb command will help.
Coming from pry-byebug this was not very obvious to me. As @ko1 mentions in his comment, if you use binding.irb the multi line code will not throw an error.
binding.irb (or irb command) doesn't work when debugging remotely. e.g. when running a Rails app inside Forman or Docker, so I'd really love multi-line support.
I understand the situation. I want to support multi-line, but to support it, I need to learn reline multiline mode more... Please understand that it is harder than your expect.
@ko1 For sure! If it was easy, I'm sure it would already exist.:tm: