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 99155 - [DEBUGGER] Remove New Breakpoint.. action from popup menu of Breakpoints window
Summary: [DEBUGGER] Remove New Breakpoint.. action from popup menu of Breakpoints window
Status: VERIFIED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-27 16:02 UTC by Tomas Danek
Modified: 2007-09-14 13:11 UTC (History)
1 user (show)

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 Tomas Danek 2007-03-27 16:02:53 UTC
It's design it tightly bounded with java (package name textfield,..), moreover
e.g. breakpoints set here do not work. IMHO no such dialog in ruby debugger is
needed now, so disabling it is enough:-)
Comment 1 Martin Krauskopf 2007-06-28 13:11:50 UTC
It is enable even if none session is active. So the same with Ant and other debuggers. The actions is offered globally
by the debuggercore?
Comment 2 Martin Entlicher 2007-06-28 13:36:24 UTC
Well, this is a global action, similar to Run -> New Breakpoint...
We can not remove it, because it's a usability shortcut and we will also not remove Run -> New Breakpoint... from the
main menu.
Ruby can register it's breakpoint types and add them into the new breakpoint dialog along with JPDA breakpoint types.
Comment 3 Martin Krauskopf 2007-06-28 13:55:13 UTC
Yup, there are already issues 99770 and 100096.
Comment 4 Tomas Danek 2007-09-14 13:11:52 UTC
verified.