vim-ruby-debugger
vim-ruby-debugger copied to clipboard
Feature request: watch expression
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.
So, the 'watch' window, right? Yeah, it would be a nice feature. Will try to add it when I have some free time. :)
:+1: