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 112037 - Debugger does not activate debugging toolbar if NetBeans is in fullscreen mode
Summary: Debugger does not activate debugging toolbar if NetBeans is in fullscreen mode
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2007-08-06 12:39 UTC by Marian Petras
Modified: 2008-12-22 14:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Petras 2007-08-06 12:39:03 UTC
If you start debugging by attaching to another process while NetBeans is in full screen mode and later you turn the full
screen mode off, the debugging toolbar does not contain buttons it should contain in the "debugging session active"
mode. I mean that toolbar buttons "Finish Debugger Session", "Pause" , "Continue", etc. are not displayed in the toolbar.

Steps to reproduce:
1) Stop all debugging sessions, if any.
2) Run some other Java application in debugging mode (such that a debugger can be attached to it).
3) Turn NetBeans into fullscreen mode (on Linux: Alt-Shift-Enter).
4) Attach to the other Java application from the NetBeans debugger, using menu item Run | Attach Debugger...
5) Turn the fullscreen mode off.

The toolbar does not contain the above mentioned buttons although a debugging session is active.
Comment 1 Martin Entlicher 2007-08-06 14:34:07 UTC
This must be a window system issue.
We call ToolbarPool.getDefault ().setConfiguration ("Debugging"), but it looks like someone resets the toolbar to the
standard config during return from the full screen mode.
Comment 2 Stanislav Aubrecht 2007-08-13 12:03:53 UTC
works fine for me in nb070724, jdk1.6, winxp

please provide your nb/os/jdk version info
Comment 3 Marian Petras 2007-08-13 12:40:22 UTC
JDK 6u2, Linux (Fedora Core 4), NetBeans custom build 070808 (8th August 2007).
Comment 4 Stanislav Aubrecht 2007-09-04 15:40:00 UTC
fixed


Status whiteboard: 	
Comment 5 Stanislav Aubrecht 2007-09-04 15:40:51 UTC
(wrong commit log in previous comment)

/cvs/core/windows/src/org/netbeans/core/windows/view/ui/MainWindow.java,v  <--  MainWindow.java
new revision: 1.74; previous revision: 1.73
Comment 6 Marian Petras 2007-09-10 17:49:04 UTC
Verified in build 070910.