debug icon indicating copy to clipboard operation
debug copied to clipboard

Improvement: multiline support

Open williamhatch opened this issue 4 years ago • 5 comments

Currently if you type: (rdbg) i = %w(1 # info command unrecognized argument for info command: = %w(1

Need to support multiline

williamhatch avatar Sep 23 '21 19:09 williamhatch

now irb command will help.

ko1 avatar Sep 28 '21 16:09 ko1

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.

zarembas avatar Feb 22 '22 10:02 zarembas

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.

klondikemarlen avatar Nov 28 '22 23:11 klondikemarlen

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 avatar Dec 02 '22 05:12 ko1

@ko1 For sure! If it was easy, I'm sure it would already exist.:tm:

klondikemarlen avatar Dec 02 '22 15:12 klondikemarlen