> Hi, > Can anyone point me to an informative tutorial on JDK's jdb? In > particular, if I am reading from > BufferedReader(InputSteamReader(System.in)), why does jdb stop at this > point - it doesn't even allow me to enter the text that readLine() is > seeking. [It shows the ouptut from System.out.println() fine, but at the > prompt, when I enter the expected text I get "huh? Try help...".] > I can't believe jdb is stupid, since I am guessing all early Java > debugging was done on jdb. > Thanks, > Alex
