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 108575

Summary: Unable to set break point in debugger
Product: debugger Reporter: frankioski <frankioski>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Attaching messages.log

Description frankioski 2007-06-30 18:59:45 UTC
Running the debugger, certain lines do not allow me to set a break point.  The following appears in the debugger console:

Not able to submit breakpoint FieldBreakpoint com.finaplex.fwm.context.action.EntityContextAction.forward, reason: Field
'forward' does not exist in class com.finaplex.fwm.context.action.EntityContextAction.
Not able to submit breakpoint FieldBreakpoint com.finaplex.fwm.context.action.EntityContextAction.ActionForward, reason:
Field 'ActionForward' does not exist in class com.finaplex.fwm.context.action.EntityContextAction.
Not able to submit breakpoint FieldBreakpoint com.finaplex.fwm.context.action.EntityContextAction.getAttribute, reason:
Field 'getAttribute' does not exist in class com.finaplex.fwm.context.action.EntityContextAction.

'forward', 'ActionForward', and 'getAttribute' do exist.  How else could I have compiled the app and started the debugger?
Comment 1 frankioski 2007-06-30 19:00:15 UTC
Created attachment 44600 [details]
Attaching messages.log
Comment 2 Martin Entlicher 2007-07-04 13:27:20 UTC
This is caused by issue #108551. Field breakpoints are submitted in cases where line breakpoints should be.

*** This issue has been marked as a duplicate of 108551 ***
Comment 3 Quality Engineering 2010-04-29 09:33:55 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.