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 141633 - Run|New Breakpoint should honor current context
Summary: Run|New Breakpoint should honor current context
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-25 01:10 UTC by Martin Krauskopf
Modified: 2011-01-28 20:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2008-07-25 01:10:36 UTC
See issue 138779 for details. In short, implement correctly o.n.m.r.d.breakpoints.ui.ExceptionBreakpointType#isDefault
which currently returns always false. SHould return true in the case Ruby 'something' is in the context.