Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 19778

Summary: Console continues to read output after termination
Product: [Eclipse Project] Platform Reporter: Jared Burns <jared_burns>
Component: DebugAssignee: Darin Wright <darin.eclipse>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:

Description Jared Burns CLA 2002-06-10 09:20:07 EDT
1. Debug a program that produces massive amounts of output.
2. Let it run long enough for the console to lag behind the output.
3. Select the terminate button on the console or terminate the IProcess in 
the debug view. The launch terminates
4. Sit back and relax as the console continues to read buffered data. In 
the case where your program has been running a long time (hours?), go out 
for coffee.

If a program exits normally, we should continue to read the output until we 
catch up. However, when the user clicks "terminate" we should stop reading 
output (debug targets already do this when terminated). When the user 
clicks "terminate" they're not asking for their program to be exited 
cleanly.
Comment 1 Darin Wright CLA 2002-06-10 16:03:30 EDT

*** This bug has been marked as a duplicate of 18790 ***
Comment 2 Darin Wright CLA 2002-06-10 16:03:57 EDT
Note that you can press the "clear" button to stop the output - it flushes the 
buffer.