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 - Enable IRB/console like feature in debugger
Summary: Enable IRB/console like feature in debugger
Status: RESOLVED DUPLICATE of bug 107761
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-18 20:53 UTC by stevemolitor
Modified: 2007-07-19 05:39 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***