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 192705

Summary: There should be a way to submit line breakpoints for a class name and line number.
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal CC: tpavek
Priority: P3 Keywords: API, USABILITY
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description Martin Entlicher 2010-11-30 16:57:48 UTC
The New Breakpoints dialog allows to set a new line breakpoint if the user specifies a source file and line number.
But when the source file is unknown or impractical to find out, it would be more convenient to be able to submit breakpoint on a particular (binary) class name and a line number.

This also requires changing LineBreakpoint API to allow to create LineBreakpoint from class name and line number.