Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

Debug Sync J-Link Application

ajoy

New member
Hi All,
I want to debug a sync J-Link application . According to user guide , there are two options
1.Set PRO_JAVA_COMMAND to [JDK_HOME]/bin/java.exe
-Xdebug
2. Set Pro/E configuration option jlink_java_command to [JDK_HOME]/bin/java.exe
-Xdebug

I tried in both ways using Java debugger "process attach" option in netbeans
There is another way with "socket attach" , for that i used following flags .
[JDK_HOME]/bin/java.exe -Xdebug -agentlib:jdwp=transport=dt_socket,server=y,address=8069
But still it is not working . Please help if anybody have any clue .



Edited by: ajoy
 

Sponsor

Articles From 3DCAD World

Back
Top