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 160969 - [67cat] ANT debugger went crazy
Summary: [67cat] ANT debugger went crazy
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
: 161061 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-03-24 03:04 UTC by mbien
Modified: 2009-03-30 14:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mbien 2009-03-24 03:04:07 UTC
[ BUILD # : 200903230201 ]
[ JDK VERSION : 1.6.* ]

Debug your favourite ant target (right mb -> debug target -> target)
and you will notice that the debugger steps in realtime through each
line of the ant file ignoring all breakpoints. The debugger will also
open all ant files on his route through the build.

This is actually a pretty good benchmark to demonstrate editor
performance, but its hard to imagine that its intended ;)
Comment 1 Milos Kleint 2009-03-24 06:59:17 UTC
reassigning to ant
Comment 2 Martin Entlicher 2009-03-25 12:04:16 UTC
It's just a fast debugger ;-)
Thanks for this, I've reproduced the problem.
Comment 3 Martin Entlicher 2009-03-25 12:05:52 UTC
*** Issue 161061 has been marked as a duplicate of this issue. ***
Comment 4 Martin Entlicher 2009-03-25 13:33:07 UTC
It's strange that the exception from ANT logger is not reported through exception dialog and goes only to the
messages.log file.

Fixed in changeset:   123582:7b18ad3bba5e
http://hg.netbeans.org/main/rev/7b18ad3bba5e
Comment 5 Quality Engineering 2009-03-26 14:35:05 UTC
Integrated into 'main-golden', will be available in build *200903260733* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7b18ad3bba5e
User: mentlicher@netbeans.org
Log: #160969 - NPE was thrown after removal of BreakpointsView TableModel. Use NodeModel to find the BreakpointModel, instead.
Comment 6 Filip Zamboj 2009-03-30 14:05:09 UTC
verified