Stepping code too fast causes debugging barf

dkasak wrote on Mon Mar 12 00:27:00 CET 2007:
If I hit F6 in relatively quick succession while debugging ( too fast for
the variables tab to refresh ), my debugging session often 'hangs' so that
I can't continue stepping through the code.

Is this a known problem?
dkasak wrote on Wed Mar 14 01:10:24 CET 2007:
I just found this in the event log after such a problem:

java.io.IOException: Bad file descriptor
	at java.io.FileInputStream.available(Native Method)
	at java.io.BufferedInputStream.read(Unknown Source)
	at java.io.FilterInputStream.read(Unknown Source)
	at org.eclipse.debug.internal.core.OutputStreamMonitor.read(OutputStreamMonitor.java:138)
	at org.eclipse.debug.internal.core.OutputStreamMonitor.access$1(OutputStreamMonitor.java:128)
	at org.eclipse.debug.internal.core.OutputStreamMonitor$1.run(OutputStreamMonitor.java:194)
	at java.lang.Thread.run(Unknown Source)
jacktanner wrote on Thu Mar 22 19:42:58 CET 2007:
I've seen this "hang" too. How do you look in the event log?

Note: The above is an archived snapshot of a forum thread. Use the original thread at sf.net to post comments.