This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 110205

Summary: Enable IRB/console like feature in debugger
Product: ruby Reporter: stevemolitor <stevemolitor>
Component: DebuggerAssignee: Martin Krauskopf <mkrauskopf>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description stevemolitor 2007-07-18 20:53:41 UTC
When debugging Ruby, it'd be great to be able to jump into an IRB / console like window to poke and prod things.  When hitting a breakpoint, the debugger 
console would let you type in and evaluate any valid Ruby expression at that point in the stack.  You can do this with more primitive tools like Ruby's built in 
command line debugger, or vi/emacs, and it's really handy.  Of course you can get similar functionality via watches, but a console would be great.
Comment 1 Martin Krauskopf 2007-07-19 05:39:38 UTC
Yup, already filed -> issue 107761. We are after feature freeze. So to be done for after 6.0 release.

*** This issue has been marked as a duplicate of 107761 ***