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 46926 - Exception breakpoint - text printed twice
Summary: Exception breakpoint - text printed twice
Status: CLOSED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-05 10:16 UTC by zikmund
Modified: 2006-03-24 10:30 UTC (History)
0 users

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 zikmund 2004-08-05 10:16:38 UTC
Build 200408041800

1) Have an exception breakpoint and a code which
throws that exception - e.g. simple code:
try{throw NPE;}catch(NPE e){}
2) When the exception breakpoint is reached, the
Print text is printed twice to the output window.

BTW: Variable breakpoint prints the text ony once.
Comment 1 Maros Sandor 2004-08-12 10:10:56 UTC
Works for me, reopen with a concrete test case in case it is still 
reproducible.
Comment 2 zikmund 2004-08-12 11:14:19 UTC
Verified.

I can't reproduce it with build 200408101800.