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 90156 - [Study][DB-23] Coloring for expression stepping doesn't work properly
Summary: [Study][DB-23] Coloring for expression stepping doesn't work properly
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL: http://ui.netbeans.org/usability/debu...
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-28 09:15 UTC by jrojcek
Modified: 2010-04-29 09:31 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 jrojcek 2006-11-28 09:15:29 UTC
Finding	
A few bugs related to expression stepping coloring showed up during the study when debugging multi-
line expression:
The green underlines indicating computed expressions were hidden when the program counter moved 
to the second line in the expression.
If there was a breakpoint on the first expression line and the program counter moved to the second line 
then the first line was displayed with breakpoint background color.

Severity	
The coloring needs to be improved.

Recommendation	
Make sure the green underlines are always visible while evaluating the same expression. It should not 
matter whether it is on multiple lines.
The breakpoint color should be shown after leaving the whole expression, not after leaving one line. In 
any case the green underlines should be always visible.
Comment 1 Martin Entlicher 2007-01-11 11:07:42 UTC
This should be already fixed. Will mark as fixed after the expression stepping
is merged into trunk.
Comment 2 Martin Entlicher 2007-05-09 19:07:03 UTC
Already fixed in trunk.
Comment 3 Quality Engineering 2010-04-29 09:31:16 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.