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 240685 - Breakpoint sort order
Summary: Breakpoint sort order
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-20 07:25 UTC by nbsocko
Modified: 2014-01-20 12:04 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 nbsocko 2014-01-20 07:25:57 UTC
When sorting breakpoints by name in Window > Debugging > Breakpoints, please sort file name alpha and breakpoint numerically.

Current behavior (line 13 is out of order in foo.php):

afile.php: 50
foo.php: 123
foo.php: 13
foo.php: 131
zfile.php 3

Requested behavior (line 13 is listed in its proper order):

afile.php: 50
foo.php: 13
foo.php: 123
foo.php: 131
zfile.php 3

Not sure if this request should be enhancement or defect -- feel free to reclassify.

Thanks!
Comment 1 Ondrej Brejla 2014-01-20 12:04:46 UTC
More likely infrastructure issue.