"Daniel P. Zepeda" wrote:
> 
>         I've been trying to use JDK 1.2prev2's jdb with no success. When I
> set a breakpoint, jdb happily continues on past the breakpoint without
> stopping.

You mean, you didn't get the
[Internal debugger error: unexpected eof]
Exception in thread "main" java.lang.InternalError
        at sun.tools.debug.RemoteAgent.error(Compiled Code)
        at sun.tools.debug.RemoteAgent.getReply(Compiled Code)
        at sun.tools.debug.RemoteAgent.listThreads(Compiled Code)
        at sun.tools.debug.RemoteThreadGroup.listThreads(Compiled Code)
        at sun.tools.ttydebug.TTY.indexToThread(Compiled Code)
        at sun.tools.ttydebug.TTY.setThread(Compiled Code)
        at sun.tools.ttydebug.TTY.run(Compiled Code)
        at sun.tools.ttydebug.TTY.executeCommand(Compiled Code)
        at sun.tools.ttydebug.TTY.<init>(Compiled Code)
        at sun.tools.ttydebug.TTY.main(Compiled Code)

> I've looked around quite a bit and the only reference I have
> found is that of Jacek Lasowski's  August 1999 reply to someone who said
> that he has seen the same problem and that he worked around it by including
> rt.jar in his CLASSPATH and using the JDK 117's jdb.
> This does not work for me.
>         Has there been any progress in fixing this
> problem? Is it that no-one is using jdb? What are they using if not jdb?

Ever try System.out.print() or the "Ctrl-\" thing?

>         *Any* information would be greatly appreciated.


>  --
> Daniel P. Zepeda
> [EMAIL PROTECTED]
> 
> "In complete darkness, we are all the same. Only our knowledge and wisdom
> separates us there." -- J. Jackson
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-- 
Weiqi Gao
[EMAIL PROTECTED]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to