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 - Debugging a program twice appends 1 to the session name which is not obvious
Summary: Debugging a program twice appends 1 to the session name which is not obvious
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.0.1
Hardware: PC Other
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-04 20:53 UTC by lhochet
Modified: 2014-05-04 20:56 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
a patch that enables the later option "JavaApplication1 - 1" (976 bytes, patch)
2014-05-04 20:56 UTC, lhochet
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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"