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 122740 - Provide a capability for a debugger engine to define its own set of views
Summary: Provide a capability for a debugger engine to define its own set of views
Status: CLOSED DUPLICATE of bug 81926
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:
Depends on:
Blocks: 126927
  Show dependency tree
 
Reported: 2007-11-26 06:57 UTC by Kirill Sorokin
Modified: 2010-04-29 09:37 UTC (History)
2 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 Kirill Sorokin 2007-11-26 06:57:42 UTC
Currently if one requires a special view in the debugger group, he needs to add it to the standard 'debugger' view
group, which would result in this view being shown whenever ANY debug session starts, whether or not the current engine
needs this view.

It would be very nice if one could define the debugger view group on a per-engine basis. This way we wouldn't have to
show the nonsensical (in that context) Call Stack view when debugging BPEL and vice-versa, the BPEL Process Execution
view would be hidden when debugging java.
Comment 1 Martin Entlicher 2008-04-24 15:19:59 UTC
Currently the opened/closed state of debugger views is hard-coded in debuggercore module. All windows with opened state
that belongs to debugger group are opened.

DebuggerManagerListener can check some property on the current DebuggerEngine and open/close the windows accordingly...
Comment 2 Martin Entlicher 2008-05-13 21:32:32 UTC

*** This issue has been marked as a duplicate of 81926 ***
Comment 3 Quality Engineering 2010-04-29 09:37:22 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.