chromy / Deeva

A simple, non-magical Java debugger.
1 stars 0 forks source link

Does not resume/or buttons do not show state properly, when stepping after I/O event #5

Open felixdesouza opened 10 years ago

felixdesouza commented 10 years ago

If we set a breakpoint on line 16(17) of examples.stdin.StandardIn and then we step through, when we return, buttons indicate we're still running, but in actual fact we're most probably paused.

If someone could check out that would be great.