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 244283

Summary: Debugging a program twice appends 1 to the session name which is not obvious
Product: debugger Reporter: lhochet <lhochet>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.1   
Hardware: PC   
OS: Other   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: a patch that enables the later option "JavaApplication1 - 1"

Description lhochet 2014-05-04 20:53:44 UTC
Debugging a program twice appends 1 to the session name in the Debugging window combo which is not obvious when that name ends with a number (eg JavaApplication1, shows as JavaApplication1 and JavaApplication11).
It would be easier to read if there was a space between the session name and the number. "JavaApplication11" could become "JavaApplication1 1" or may be better "JavaApplication1 - 1"
Comment 1 lhochet 2014-05-04 20:56:11 UTC
Created attachment 147100 [details]
a patch that enables the later option "JavaApplication1 - 1"