Koichi Sasada
Koichi Sasada
English question: `step into XXX` makes sense for me, but does `step XXX` make sense?
I choose `step into ` because there are already `step back` and `step reset` commands.
https://github.com/ruby/debug/blob/master/lib/debug/thread_client.rb#L646 It only calls `system(...)`. Do you have any idea?
Please reopen it if you find another ideas.
Ah I see. It is a bug of debug.gem. I'll try it later (not sure when I can fix it) or patch is welcome.
Now Fiber is not supported well. Need more investigation.
can we close this issue?
@prostko Thank you and sorry bothering you.
This request is, allowing "break do:" with debug commands, not Ruby expression, right?
Ah, I see. I misunderstood the current `do:` spec. To introduce parens we need to introduce parser to analyze the commands and we need to consider the syntax more.