Koichi Sasada
Koichi Sasada
It's like loogle!
I have no strong opinion about it. Maybe the 3rd option is special form of YAML file, which body is `load 'xxx.rb'` and it is no confusion about it. If...
Thank you for the idea. * Before Ruby 3.1 source code repository is needed for `eval`'ed code and modified code (the code modified after loading). * After Ruby 3.1, yes...
``` =============================================================================== Failure: test_default_case(DEBUGGER__::Fork_fork_0): Test::Unit::AssertionFailedError: -------------------- | Debugger Session | -------------------- > [1, 10] in /tmp/debug-20220916-1804-xhwni.rb > => 1| pid = fork do > 2| binding.b do: 'p :child_enter' >...
Hi, I understand your request that * On the VSCode, you setup breakpoints on the editor. You want to stop on that. * You don't want to launch tests from...
https://github.com/ruby/debug/pull/792#issuecomment-1302536659 adding (b). Could you check it?
For (c) please try: * enable `"(experimental) Save breakpoints information to '.rdbg.breakpoints' for rdbg command"` option * set breakpoints on VSCode * run `rdbg -nO` with `-x .rdbg.breakpoints` like `rdbg...
Thank you for the report. I didn't know the `blankslate` but could you make a smaller repro-code without the `blankslate` gem? Otherwise I'll try to make it.
Could you measure the time with https://github.com/ruby/debug/pull/746 ?