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 4256

Summary: `Debugger session finished` is reported two times.
Product: debugger Reporter: Daniel Prusa <dprusa>
Component: CodeAssignee: Daniel Prusa <dprusa>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Daniel Prusa 1999-10-06 03:01:44 UTC
Start debugging on some class by TraceInto and Finish debugger. `Debugger session finished` is reported two times (in OutputWindow).
It is not necessary to finish debugger immediatelly after TraceInto, the message is reported two times very often.
But it is not reported two times if the debugged class ends and Finish Debugger is pressed after that.