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 - Assertion error during debugging
Summary: Assertion error during debugging
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-01-04 11:54 UTC by Martin Krauskopf
Modified: 2010-04-29 09:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Assertion Error (1.02 KB, text/plain)
2007-01-04 18:38 UTC, Martin Entlicher
Details
Another AssertionError (614 bytes, text/plain)
2007-01-04 18:50 UTC, Martin Entlicher
Details

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