At 12:12 PM 10/20/99 +0200, you wrote:
>Hello Paul,
>
>I'm just a newbie too JDE and have some questions about the
>debugger-mode: How do I do programm input from keybord?
>e.g. the debugger stops at following lines but I'm not
>able to enter anything:
>
>  BufferedReader keyboard =
>    new BufferedReader( new InputStreamReader( System.in ) );
>  System.out.print( " Input file:" );
>  String lineIn = keyboard.readLine();
>

This is a problem with jdb, not the JDE. JDE 2.1.6beta10 (available on the
website) has a new debugger that works with command-line apps.

>Is there anywhere a browsable archive of the mailing-list?
>


Sunsite Denmark has a jde newsgroup that contains all traffic to the JDE
mailing list. You have to point your newsreader to sunsite.auc.dk to get
the group.

- Paul

Reply via email to