Hi Mark,
How are you launching the application to be debugged? It appears that you
are using JDE->Debug App. If so, you must be aware that this is a
high-level command that does a lot of things:
1. Start the debugger if not already started.
2. Launch a vm to run the application to be debugged.
3. Register any breakpoints that you have set, using the JDEbug->Set Breakpoint
command.
4. Run the application.
If you did not previously set any breakpoints, selecting JDE->Debug App
effectively runs the program to completion.
Note that the "input error" message that occurs when a program runs to
completion is an artifact of the way the JDE interfaces to the program's
standard I/O. You can ignore it. Eventually, I will get around to
supressing the message so that it does not become an issue.
- Paul