vim-ruby-debugger icon indicating copy to clipboard operation
vim-ruby-debugger copied to clipboard

Feature request: watch expression

Open rosenfeld opened this issue 14 years ago • 2 comments

This is not an issue, but a feature request. It would be great to have the ability to watch some expression, like 'params' or 'User.last' or "@my_attribute". Currently it is possible to evaluate them with RdbEval but it would be great to add some expressions to the watcher window like we can do in other IDEs like Netbeans and Rubymine.

Thank you for your excelent vim plugin.

rosenfeld avatar Dec 13 '10 12:12 rosenfeld

So, the 'watch' window, right? Yeah, it would be a nice feature. Will try to add it when I have some free time. :)

astashov avatar Dec 13 '10 12:12 astashov

:+1:

artofhuman avatar Jun 17 '13 06:06 artofhuman