getgauge / gauge-ruby

Ruby runner for Gauge.

Home Page:http://getgauge.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User input during debug (byebug or pry) result in each typed character on a new line

marcgx opened this issue · comments

commented

Ruby versions 2.7.5 and 3.1.2
Gauge version: 1.5.4
Commit Hash: 30a0c23

Plugins

html-report (4.2.0)
ruby (0.7.0)
screenshot (0.1.0)

User input during debug (byebug or pry) result in each typed character on a new line
Command repeat however presents previously entered commands on a single line.

Screenshot 2023-08-30 at 3 39 18 PM

I don't really have enough knowledge here to know if this is a plugin issue or something specific to byebug/pry, but perhaps worth noting #294 which needs some help in general, by someone more familiar with the landscape of Ruby debugging (especially via IDE support).