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 - Unable to set break point in debugger
Summary: Unable to set break point in debugger
Status: CLOSED DUPLICATE of bug 108551
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-30 18:59 UTC by frankioski
Modified: 2010-04-29 09:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Attaching messages.log (211.42 KB, text/plain)
2007-06-30 19:00 UTC, frankioski
Details

Note You need to log in before you can comment on or make changes to this bug.
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.