I have been going through the "getting started" tutorial and am at the
debuggin stage.
I set the break point (green dot with a tick mark), and select "debug". A
dialog comes up saying its establishing a socket and then closes. Then ..
nothing. The console window is empty and there appears to be nothing
debuggin/executing.
Am I missing something very obvious?

Signature
Walter Mitty.
Walter Mitty - 11 Jul 2003 15:15 GMT
Update : I have put a
System.err.println("Start");
as the first line in main. If I don't put a breakpoint there, the console
displays "start". If I do put a break point there : nothing. So, it seems
that the debugger is connected, but I'm not seeing anything. I have
switched to the debug perspective.
What am I missing here?
thanks for any info,

Signature
Walter Mitty.