I use a lot of Java code in my Ivy projects and I desperately need to debug them. If I set a break point in the source code, the execution does not stop at the break point. asked 08.10.2013 at 15:51 SupportIvyTeam ♦♦ |
Unfortunately you have to use a tiny special little trick. You have to use remote debugging. To activate remote debugging in the Designer, please open the file Xpert.ivy Designer.ini in the installation directory of the Designer and add the following line at the end of the file:
With this additional JVM argument you permit to a remote debugger to connect with the JVM on port 8001 to debug. After that, restart the Designer. As a second step, please go to Run -> Debug Configurations and create a new Remote Java Application Debugging configuration. In the configuration, choose the project that you want to debug, set the host and the port (localhost and 8001). And now start the fun with clicking on the Debug button. From now on, the break points will suspend the execution of the Java class so that you can quietly debug your code. On the server: Since 7.4: You have to add the line Before 7.4: You have to add the same line into the entry
answered 08.10.2013 at 16:06 SupportIvyTeam ♦♦ Alex Suter ♦♦ |
...another possibility would be to write a main method with test data and use regular eclipse java debugging facilities. answered 18.10.2013 at 11:08 Nikel Weis |
here is my way to remote debug Ivy Server 5.1 For Window: put the following param to bin/.ilc file, the .ilc file must be named to the correct server executable file, for example, if server launched by AxonIvyEngineC.exe, then the .ilc file name must be AxonIvyEngineC.ilc
For Linux. i.e Ubuntu 12.04 : put the following param to bin/AxonIvyEngine.conf
And then create remote debug from Ivy designer/Eclipse to server with port 9000 answered 20.11.2014 at 05:05 hungnam |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 08.10.2013 at 15:51
Seen: 11,014 times
Last updated: 02.09.2019 at 05:27