bruparel wrote:
> I am using NetBeans 6.1 on Ubuntu 7.10.
> Is there any way that I can put a breakpoint on a particular line of code in
> a Ruby on Rails application, and when the running program breaks on that
> line, load Rails Console to do arbitrary testing at that point? That is be
> able to type in values create local vars etc. I am trying to mix and match
> both the debugger and the rails console to get the best of both. Is that
> possible?
Not yet:
http://www.netbeans.org/issues/show_bug.cgi?id=107761You might use a watch (Menu -> Debug -> New Watch or C-S-F7), which is
not that convenient comparing to the console.
m.
---------------------------------------------------------------------
To unsubscribe, e-mail:
users-unsubscribe@...
For additional commands, e-mail:
users-help@...