Debugger hangs!! S1 EE

I used S1 CE and I used the debugger, but never had any problem (probably the problems are still there,but never I had to go accross them).

Anyway, When using S1EE I found the pattern where this problem can be repeated, I tried that on two different computer with Win2K and WinNT 4 SP6a. and the pattern seems to be the same.

1) If I set up a break point at a location (inside a try block) and try to debug, the first time the debugger goes fine.

Next time I start S1EE and try to debug the application S1EE halts and stops responding (although it can resize and minimize and maximize) but does not respond to any keyboard or mouse or painting events.

So, I had to kill it and

1)restart it again, and

2)remove the view break points from the debugger view, and remove all the break points,

3) restart S1 EE again.

and it seem to work fine.

Is that a bug to report or I missed something.

Please advise.

I read all the readme files and the pre-installation documents could not find any, or may be I missed something. please help.

[1108 byte] By [706565] at [2007-11-25 8:25:32]
# 1
Hi,What version of S1EE and JDK do you use?Regards,Raj
raj.n at 2007-7-1 14:49:44 > top of Java-index,Development Tools,Java Tools...
# 2

If you're using JDK 1.4.1, there is a known bug in it and the debugger in Sun ONE Studio/Netbeans. The IDE hangs as a result of this bug. This affects all kinds of debugging, J2EE, J2SE and J2ME. This is being resolved. In the meantime, you can use the following workaround:

Install the previous version of the JDK, 1.4.0 and modify the ide.cfg in the %forte root%/bin directory to point to the older JDK.

You can also check out the Knowledge Base entry where this issue is addressed at http://forte.sun.com/cgi-bin/WebX?14@@.ee825d6

cgrivera at 2007-7-1 14:49:44 > top of Java-index,Development Tools,Java Tools...