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 23371 - Wording changes in Add Breakpoint dialog
Summary: Wording changes in Add Breakpoint dialog
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-10 18:27 UTC by David-john Burrowes
Modified: 2005-05-16 10:47 UTC (History)
1 user (show)

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 David-john Burrowes 2002-05-10 18:27:39 UTC
(I'm including a bunch of little things here.  Hope that's not bad)

The "Suspend Debugging" checkbox in the "Add Breakpoint"/"New Breakpoint" dialog 
should be called just "Pause"

"Print Text" would be better as "Print"

In the Exception panel:
Remove the "(Enter full name of class..."  text at the top. and move the package and 
exception class name labels to be aligned with the "stop on" and condition labels.
Change "Stop on:" to "When:"
 
In the "Variable" panel:
Change this type of breakpoint to "Field" rather than "Variable", as it doesn't apply to any 
arbitrary variable.
Change "Stop On:" to "When:"
Change choices in combo box to "Variable Modified" and "Variable Accessed"

In Thread panel:
Change "Step breakpoint on" to "When:"
Change choices in combo box to "Thread Started" and "Thread Stopped"

In the class panel:
Remove the "Class filter..." label and outdent other components
Change "breakpoint set on" to "when"
Change choices in combo box to "Class Prepared", "Class Unloaded" and "Class 
Prepared or Unloaded"
Change "Exclusion filter" to "Only Classes That Do Not Match This Name"
It would be nice to add a line of text at the bottom of the settings area which said "You 
may use '*' for Class or Package name"
Comment 1 Marek Grummich 2002-07-22 09:41:52 UTC
Set target milestone to TBD
Comment 2 Roman Ondruska 2005-05-16 10:47:07 UTC
Some of suggestions above were considered and implemeted (Print Text, alignment).