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 160823 - Debugger step / continue / etc. buttons hidden in full-screen mode
Summary: Debugger step / continue / etc. buttons hidden in full-screen mode
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-22 17:16 UTC by danmichaelson
Modified: 2009-03-23 12:32 UTC (History)
0 users

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 danmichaelson 2009-03-22 17:16:34 UTC
The debugger's step / continue / etc. buttons should be exposed in one of the debugger panels, not only in the main NetBeans toolbar; so that they are 
usable when NetBeans is in full-screen mode.
Comment 1 Martin Entlicher 2009-03-23 11:49:48 UTC
This is consistent with all other actions. Toolbars are hidden, therefore actions are accessible from the main menu or
via shortcuts. All important debugger actions have shortcuts.
Comment 2 danmichaelson 2009-03-23 12:32:27 UTC
True, but it wouldn't be inconsistent to additionally expose those buttons (small) in another place, such as in the Breakpoints window. This could be similar to 
the buttons to stop/start a server, which are exposed both in a toolbar (as the Run/Debug button) and in the Output window. To me the Step/Continue 
buttons provide such useful visual feedback (unlike e.g. the File toolbar buttons) that it's strange they can't be found just because I'm in full-screen mode.

See also #160824 for an alternate way to handle this issue.