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 148733 - Need common module for generic debugger UI
Summary: Need common module for generic debugger UI
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: ARCH
Depends on:
Blocks:
 
Reported: 2008-09-30 13:22 UTC by Jesse Glick
Modified: 2010-04-29 09:44 UTC (History)
5 users (show)

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 Jesse Glick 2008-09-30 13:22:15 UTC
There is an apparent need for a non-technology-specific module in the ide cluster which would define common UI used by
different debugger implementations. See issue #147042: currently the Toolbars/Debug/ folder, for example, is defined by:

ant.debugger
cnd.debugger.gdb
debugger.jpda.ui
ruby.debugger
web.client.tools.impl

Clearly we do not want to maintain 5 copies of the same UI indefinitely!
Comment 1 Martin Entlicher 2008-10-01 13:29:13 UTC
Such common module is spi.debugger.ui.
It's not clear what actions which debugger use, therefore each debugger implementation has to define it's own toolbar
buttons.

I agree, however, that the current situation is not nice and it hurts flexibility. We actually plan to implement this
into the next IDE version.
Comment 2 Martin Entlicher 2008-11-24 17:10:28 UTC
I wrote the requirements and suggested a solution at http://wiki.netbeans.org/CommonDebuggerUI70
Comment 3 Martin Entlicher 2008-11-28 14:30:12 UTC
Fixed as suggested in changeset:   109937:b6c8e74930a8
http://hg.netbeans.org/main/rev/b6c8e74930a8
Comment 4 Quality Engineering 2008-11-30 17:12:41 UTC
Integrated into 'main-golden', will be available in build *200811301401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b6c8e74930a8
User: mentlicher@netbeans.org
Log: #148733 - Declare Debug toolbar just once and hide unused actions automatically.
Comment 5 Quality Engineering 2010-04-29 09:44:25 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.