Bug 240169 - Debug toolview not removing ouput views when clicking on close button
Summary: Debug toolview not removing ouput views when clicking on close button
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 4.0.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: 4.0.1
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-31 04:33 UTC by Victor Vicente de Carvalho
Modified: 2010-05-31 15:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Vicente de Carvalho 2010-05-31 04:33:21 UTC
Version:           4.0.0 (using KDE 4.4.3) 
OS:                Linux

When debugging an application, an outputview (for program standard output) is created for each run instance. When clicking on "close the active output view" the view is closed correctly. But when starting the debugger again it reappears magically. This happens on all windows that a are closed.

And, as a wish, a "close all" button should be useful, or something automatic closing the view when a new debug instance starts.

Reproducible: Always

Steps to Reproduce:
Debug a program. The outputview appears and works as spected. Stop debugging. Close the view (clicking on the close button on the right side of the view). The window closes as spected. Now start debugging again.

Actual Results:  
All closed windows reappears like they were just hidden, not closed.

Expected Results:  
The closed windows should be really closed.
Comment 1 Andreas Pakulat 2010-05-31 12:06:16 UTC
Is this maybe because when starting to debug KDevelop switches to the Debug area? Each area has its own set of toolviews and hence closing the output window in the Code area doesn't do anything to the output window in the Debug area, you have to close it there too if you want it to vanish.
Comment 2 Victor Vicente de Carvalho 2010-05-31 14:54:18 UTC
Hummm, saw that now. This behaviour is not a bit... unexpected? At least the debug toolview should not appear on code area, or the two should be synced together when the user closes a output window? There are uses for the debug toolview when on code mode?
Comment 3 Andreas Pakulat 2010-05-31 15:31:02 UTC
Thanks for confirming. This is the intended behaviour actually.