Quick Debugging via the Debug Menu in X-UP Builder
After developing a model in the editor, select the node where you want to pause debugging and set a breakpoint. Then, execute Debug from the editor menu to start debugging.
Setting a Breakpoint in the X-UP Automation Model Editor
Running Debug in the X-UP Automation Model Editor
The Debug menu is available in the editor toolbar and the right-click menu. When executed, it automatically runs in Java debug mode. During debugging, the editor screen and Java source files are displayed, and synchronization between Java methods and editor nodes occurs whenever Resume or other debug events are executed.
When debugging is executed from the editor screen, it switches to debug mode and displays the source code of the node where the breakpoint is set.