jdi or tty problem, how to solve it?
i use tty to debug a Frame based application, i met a problem, it may be from tty, but i think it is possible from jdi itself.
after set few breakpoints, attach tty to java, i send command "cont" one by one, tty gives feedback for each command properly (vs out.print?() and err.print?()).
but problem happends:
tty doesn't give feedback for the command "cont" which makes application Frame from invisible to visible.
it sounds funny: why tty (or jdi) doesn't give feedback for all commands?
i have tried for 2 days (by modify tty) but i still can not solve the problem.
please help, my project is blocked....
thx.

