Koichi Sasada
Koichi Sasada
Could you give me a more concrete example? and we can discuss on it.
I want to ask what kind of extension do you want to make. Not the extension design. We can provide a command to eval Ruby code in session context, like...
In general, design extension API is too difficult and we need to consider user's examples. It is what we Ruby interpreter developers do usually.
how about that? `alias rails direct_eval rails_command_helper(__args__)` where `__args__` are expanded to the given parameters. if `rails foo bar` is called, `__args__` will be `"foo bar"` and `rails_command_helper` will parse...
`eval rails_command_helper` command run the method on ThreadClient. `direct_eval rails_command_helper` is on Session.
Thank you for your report. I'll check VSCode example. BTW > I get some frame but for some reason it does not run my code "continue" command does not work...
> If you are using bundler, write `gem 'debug'` in your Gemfile. Let me clear: Do you contain `gem 'debug'` in your Gemfile?
Please reopen this issue if you have another comment.
We can enhance this idea for normal Ruby programming by parsing the source code (with IDEA 1), but it's too much and almost case `debugger` method is enough. The difference...
It depends on the size.