At 12:59 PM 8/25/99 -0700, Brian Anderson wrote:
>"Debugger command timeout error. Specified timeout = 5 seconds."
>
>I get this timeout message each time I try and run JDEbug on an application
>(see *JDEbug* buffer output below). Any ideas?
>
Hi Brian,
The JDE talks to the debugger over standard I/O. After each command, the
JDE listens for a response from the debugger. If it does not receive a
reply within a specified time (the default is 5 seconds), it prints a
timeout message. I sometimes get timeouts when I first launch a process. A
workaround is to use a longer timeout. Select Preferences from the JDEBug
menu to specify a longer timeout.
- Paul