Debugging

Quick debugging from the Debug menu in X-UP Builder:

After developing a model in the editor, select a node you want to stop during debugging and register a break point. Then, run the debug from the editor menu.

The debug menu can be found on the editor toolbar as well as the right-click context menu. Debugging is automatically run in Java debug mode. The editor screen and the Java source file are displayed while debugging. The Java method and editor node are synchronized each time resume or other debug event is executed.

When the editor screen and Java file are viewed simultaneously, you can see at a glance which method in the Java source code corresponds to a node in the editor.