Koichi Sasada

Results 275 comments of Koichi Sasada

step "7 Set a breakpoint at line 9", maybe it needs to type "trace call". (not in the description) And I can repro (stop at line 7).

We need to make migration plan. `~/.rdbgrc` (and so on) are already there so we need to respect current files. On the https://github.com/vim/vim/issues/4275, it was closed because of duplication of...

BTW (2) I found `NVIM_APPNAME` to change the app name (and we can switch configurations at once). Should we support it with `RUBY_DEBUG_APPNAME` or something similar?

Thank you. Next we need to define the search order.

Thank you. I'll make it (or PR is welecome)

One just idea is * Support `GC.disable(:major)` that allow minor GC but not major GC * Check `GC.start if GC.need_major_gc` after processing request On multi-thread (puma-based?) web application it does...