eclipse-jdt / eclipse.jdt.debug

Eclipse Public License 2.0
16 stars 46 forks source link

Have serial number for breakpoints ( similar to line number in java editor) #82

Open vik-chand opened 2 years ago

vik-chand commented 2 years ago

Many times, I debug with 50+breakpoints ( especially while on jdt.core). I know there are multiple grouping options.

However, it will be very convenient if there are serial number for breakpoints. It could be disabled by default if performance issue is a concern.

jukzi commented 5 days ago

what is the use of a serial number? i guess you more need something like "link with source" so that you can navigate from source to breakpoint image

SougandhS commented 5 days ago

what is the use of a serial number? i guess you more need something like "link with source" so that you can navigate from source to breakpoint image

"similar to line number in java editor" -> maybe he meant breakpoint no. ? something like this ?

image