Has anyone had any luck attaching a debugger to a syschronous JLink application? I've tried the procedure outlinedin the J-Link User's Guide without success, changing the java command using
jlink_java_command jlink_java_command C:\j2sdk1.4.2_11\bin\java.exe -Xdebug -Xrunjdwp:transport=dt_shmem,address=jdbconn,server=y,suspend=n
Then I launched the command line debugger using: jdb -attach jdbconn
I also tried the Eclipse and NetBeans debuggers without luck. Just wondering if anybody has had success before I spend any more time trying.
thanks,
Gary Hoffman
Solar Turbines Inc