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 - Debugger console has to be moved from output window
Summary: Debugger console has to be moved from output window
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC All
: P1 blocker (vote)
Assignee: jrojcek
URL:
Keywords:
Depends on:
Blocks: 29836
  Show dependency tree
 
Reported: 2003-09-16 16:48 UTC by Peter Zavadsky
Modified: 2008-12-22 16:05 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.