Koichi Sasada

Results 276 comments of Koichi Sasada

I don't want to introduce `foo-bar` style naming for consistency. `list obj#method` for example?

`list Foo#bar` has pros/cons. pros. * We don't need to introduce new command (and we can make alias like `show[-_]source` and so on cons. * It is difficult to define...

Note that `pry` doesn't use pager for `$ foo#bar`, but use it on printing the value.

pry's `show-source` only prints the definition of method, but maybe `list Foo#bar` shows the source code lines beginning from `Foo#bar` (with other method lines). Do you want to see completely...

does pry has `show-XXX` other than `source`?

> $ ModuleOrClass and it shows the whole thing. ``` # C.rb class C FIRST = true end # target.rb [1] pry(main)> $ C From: target.rb:4 Class name: C Number...

OMG: "Failed to find Chrome binary." my WSL2 environment it's difficult... without chrome (with REPL), do you have same trouble?

Thank you for the information. @ono-max san can you try it?

Unfortunately, there is no way to disable debugger now. I'll consider. > This never occurs with the child / parent fork mode. It occurs only with the both fork mode...

Thank you for heading up. Can you confirm that the process is hung around https://github.com/ruby/debug/blob/master/lib/debug/local.rb#L101 ?