At 03:22 PM 1/18/00 -0500, Jim Apple wrote:
>
> My application contains an interpreter that expects to get it's input from
>the keyboard (stdin) after the app starts up. Outside of the debugger, it
>just provides a prompt where the user can enter commands. In Jde I can set
>breakpoints, but I never get a chance to interact with the program. Which
>buffer should be stdin ? or am I missing something.
>
>Platform winnt: 4.0
>jde: beta16
>emacs: Gnu 20.3.1
>
The JDE supports two debuggers: jdb and jdebug. jdb does not support stdin.
jdebug supports stdin. The buffer is called CLI (Command Line Interface).
- Paul