This functionality is only available for certain module packages.

You are here: EEC > SCRIPTING > Remote Debugging

Remote Debugging

Remote debugging is used to examine the execution of a user-created, native Java method. This means that for the Java VM of EEC, a service is set up that allows the Java VM of the Eclipse development environment to monitor program execution. If the newly created method is run and a breakpoint is set in it, the development environment halts the execution and displays the currently stored data.

Subsequent execution of the program can then be controlled remotely from the development environment. This can be accomplished either incrementally or as a whole.

More: