Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Page the output in irb:rdbg sessions too (#1043)
IRB started to page its evaluation output and it became a useful feature for users. However, in `irb:rdbg` sessions, the output is not paged so the sudden change in behavior is surprising and inconvenient. This commit makes `irb:rdbg` sessions page the output of the debugger too.
- Loading branch information