Debugging IBM JDK 1.4.1 fails on Vista
I'm forced to run a Maven build with IBM JDK 1.4.1 (to run an WsEjbDeploy WAS Ant task which calls "rmic", long story ..) and is now debugging some WSAD (Eclipse) plug-ins (since the task fails if used with WSAD and not with WAS)
Unfortunately, the debug session crashes (see the images attached) the moment I press F8 or trying to point some variables with mouse. The coredumps are attached.
Attachment(s):
2.png
1.png
javacore.rar
请先登录再写评论。
7364, Vista
c:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\runtimes\base_v51\java\bin>java -version
java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
Classic VM (build 1.4.2, J2RE 1.4.2 IBM Windows 32 build cn1420-20040626 (JIT enabled: jitc))
Hello Evgeny,
See http://www.jetbrains.net/jira/browse/IDEADEV-1053 (check the last comment,
mentioning -Didea.debugger.keep.temp.objects=false).
HTH,
Andrei
Thanks !