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 132403 - Implement pause function of debugger for standard Ruby interpreter
Summary: Implement pause function of debugger for standard Ruby interpreter
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-09 13:58 UTC by djlewis
Modified: 2011-01-28 20:11 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 djlewis 2008-04-09 13:58:18 UTC
Please implement, if possible, the pause function of the debugger for the Ruby standard interpreter (not JRuby).

Thanks.  --David Lewis

djlewis wrote:
> Why is the Pause function (two vertical bars in an orange disk) on the Debug
> Toolbar always grayed?  I'm running Ruby, standard interpreter (not JRuby)
> with Debug Main Project, and would occasionally like to pause execution.

Hi,

it's just not implemented yet. I'm not sure whether there is such
capability in the backend. Could you file RFE for it?

Regards, m. (Martin Krauskopf)
Comment 1 Martin Krauskopf 2008-04-09 14:16:15 UTC
Thanks for filing it. Will investigate what all is needed.