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 181834 - Can you please add a console to the debugger
Summary: Can you please add a console to the debugger
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P1 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-11 05:19 UTC by pupeno
Modified: 2011-01-28 20:14 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 pupeno 2010-03-11 05:19:15 UTC
Hello,

Adding watches is good for some things, but what I love about languages like Ruby is using the console, inspecting a lot of objects and running methods while in the debug console is very valuable for me.

NetBeans debugger is great, I love it, at last a sane debugger for a dynamic language. I want to live in NetBeans and not leave, but I'm finding that the lack of a console once a breakpoint is reached it's pushing me back to the console and typing "debugger" on my code, which I hate.
Comment 1 Erno Mononen 2010-03-11 07:38:08 UTC
Agreed, this would be really good to have. I personally don't really have a chance to work on this right now though, but maybe someone else will take on the task.