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 1542

Summary: Add a node property to MethodElementNode which reflects breakpoints.
Product: debugger Reporter: Jesse Glick <jglick>
Component: CodeAssignee: Jan Jancura <jjancura>
Status: CLOSED WONTFIX    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 1999-04-16 00:57:38 UTC
See Nodes API (I think) for a partial example. Would have to add a new property to the sheet, get/set would check the debugger for the current state, also add a debugger listener to update it when b
reakpoints are changed from afar.


Only to affect breakpoints set on whole methods, not lines. There could be support in source element nodes (from JDO & CDO) for the latter, but it would be more complex and less intuitive.

[see com.netbeans.examples.modules.breakpointview]

[currently useless as the debugger impl does not yet support method breakpoints]
Comment 1 Quality Engineering 2003-06-30 17:25:56 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.