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 - `Debugger session finished` is reported two times.
Summary: `Debugger session finished` is reported two times.
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-06 03:01 UTC by Daniel Prusa
Modified: 2002-07-19 15:17 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 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.