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

Summary: Breakpoint sort order
Product: debugger Reporter: nbsocko
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

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.