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 36124

Summary: Debugger console has to be moved from output window
Product: platform Reporter: Peter Zavadsky <pzavadsky>
Component: Window SystemAssignee: jrojcek <jrojcek>
Status: RESOLVED FIXED    
Severity: blocker CC: jjancura
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 29836    

Description Peter Zavadsky 2003-09-16 16:48:34 UTC
When implemented output window as singleton
TopComponent (with the tabs, see issue #32454) the
Debugger console has to be also individual
TopComponent.
I don't know what kind of implications it has on
current I/O api yet. CC Hans.
Comment 1 Peter Zavadsky 2003-09-18 09:40:34 UTC
New problem occures. There is not singleton instance of debugger
console... if debugging more than one process, there are two, three
etc. debugger consoles.... what to do with this? Should those consoles
appear in as tabs in one debugger console window like ouput window
should contain more tabs in it?
Comment 2 Peter Zavadsky 2003-09-18 13:57:27 UTC
Fixed in [winsys_29836] branch.


core/ouput/../OutputTabTerm.java 1.3.14.7
debuggercore/../debugger/resources/mf-layer.xml 1.54.22.8
                                  /components/console.settings 1.1.2.1
                                  /groups/debugger/console.wstcgrp 1.1.2.1
                                  /modes/ouput/console.wstcref 1.1.2.1
                        /support/IOManger.java 1.18.14.4
                                /actions/Bundle.properties 1.48.16.4
                                /actions/DeguggerConsoleAction.java
1.1.2.1


Note: There is needed to change it later the way it coudl contain more
than one debbuger console terminal instance. Currently it is hacked
together with OuputTabTerm.java
Comment 3 Peter Zavadsky 2003-10-08 15:00:57 UTC
This is reopened, since there appeared problems what to do when more
of debugger sessions are running at once... need to be specified by HIE.

The console separation is 'hidden' by
debuggercore/../resources/mf-layer.xml 1.54.22.13
               /support/IOManager.java 1.18.14.5
Comment 4 Marian Mirilovic 2005-10-04 12:33:58 UTC
Debugger windows have separate window, they are no more attached to the output
window.