aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb/test_debug_cmd.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Page evaluation result's outputStan Lo2023-11-301-4/+0
* [ruby/irb] Support disabling pagerStan Lo2023-11-261-2/+4
* [ruby/irb] Improve help/show_cmds message during debuggerStan Lo2023-08-291-0/+33
* [ruby/irb] Avoid overriding user's `irb_name` setting in debuggerStan Lo2023-08-211-0/+19
* [ruby/irb] Support seamless integration with ruby/debugStan Lo2023-08-131-11/+206
* [ruby/irb] Skip integration tests in core CIStan Lo2023-08-111-4/+0
* [ruby/irb] Store integration tests' envs in an ivarStan Lo2023-08-041-6/+4
* [ruby/irb] Extract integration testing helpers out of debug commandStan Lo2023-08-021-103/+3
* [ruby/irb] Require `test/lib` helpers from main test helperStan Lo2023-06-021-1/+0
* [ruby/irb] Improve debug command testsStan Lo2023-06-011-8/+2
* [ruby/irb] Fix Test timedout in test_debug_cmdtomoya ishida2023-05-171-2/+5
* [ruby/irb] PTY module is platform dependentNobuyoshi Nakada2022-12-191-1/+6
* [ruby/irb] Fix step command (https://github.com/ruby/irb/pull/477)Stan Lo2022-12-091-1/+3
* [ruby/irb] Kill PTY process after test is finishedStan Lo2022-12-081-1/+33
* [ruby/irb] Close leaked pty IOsNobuyoshi Nakada2022-12-051-0/+3
* [ruby/irb] Disable debug cmd tests based on project structureStan Lo2022-12-021-12/+6
* [ruby/irb] This doesn't work on RubyCI eitherTakashi Kokubun2022-12-021-2/+2
* [ruby/irb] Skip debug command tests on ruby/rubyTakashi Kokubun2022-12-021-0/+6
* [ruby/irb] Use the proper ruby command and library pathNobuyoshi Nakada2022-12-021-2/+5
* [ruby/irb] Test debug commands without yamatanoorotiStan Lo2022-12-021-0/+258