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

Summary: Exception breakpoint - text printed twice
Product: debugger Reporter: zikmund <zikmund>
Component: CodeAssignee: issues@debugger <issues>
Status: CLOSED WORKSFORME    
Severity: blocker    
Priority: P4    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.