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 91808

Summary: Assertion error during debugging
Product: debugger Reporter: Martin Krauskopf <mkrauskopf>
Component: AntAssignee: Martin Entlicher <mentlicher>
Status: CLOSED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Assertion Error
Another AssertionError

Description Martin Krauskopf 2007-01-04 11:54:49 UTC
Try to add breakpoint. See issue #91701 for more details.
Comment 1 Martin Entlicher 2007-01-04 17:22:38 UTC
Fixed in trunk, the opened panes need to be retrieved in AWT:

/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/ToolTipAnnotation.java,v
 <--  ToolTipAnnotation.java
new revision: 1.4; previous revision: 1.3
Comment 2 Martin Entlicher 2007-01-04 18:37:48 UTC
Reopening - see mkrauskopf's message at issue #91701.
ANT debugger can not be used at all.
Comment 3 Martin Entlicher 2007-01-04 18:38:19 UTC
Created attachment 37053 [details]
Assertion Error
Comment 4 Martin Entlicher 2007-01-04 18:50:11 UTC
Created attachment 37054 [details]
Another AssertionError
Comment 5 Martin Entlicher 2007-01-05 14:04:20 UTC
Fixed in trunk:

/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/Utils.java,v  <-- 
Utils.java
new revision: 1.6; previous revision: 1.5

/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/breakpoints/AntBreakpointActionProvider.java,v
 <--  AntBreakpointActionProvider.java
new revision: 1.8; previous revision: 1.7
Comment 6 Quality Engineering 2010-04-29 09:31:34 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.