Bug 521150

Summary: Show code source line for each breakpoint in breakpoint window
Product: [Eclipse Project] JDT Reporter: Ciro Santilli <ciro.santilli>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: sarika.sinha
Version: 4.8   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Ciro Santilli CLA 2017-08-19 08:40:19 EDT
Currently if you have several breakpoints on the same file, it is hard to know which is which on the "Breakpoints" window.

It would be great if each line showing a breakpoint could also show:

- the name of the enclosing function
- the actual source code line
Comment 1 Sarika Sinha CLA 2017-08-21 00:55:46 EDT
Name of the function is shown in the breakpoint itself.

Showing the source code on hover is a good idea.

We don't have bandwidth right now, so if some wants to contribute, they are most welcome!!
Comment 2 Ciro Santilli CLA 2017-08-21 03:33:02 EDT
Ah OK, I'm on CDT and I thought this would be factored out across Java / CDT.

CDT does not show the function yet.

Should I open a separate feature request for cdt-debug?
Comment 3 Sarika Sinha CLA 2017-08-21 03:58:01 EDT
Yes, Breakpoints view is not provided by Platform. Moving this bug to JDT.

You can create a bug for CDT.