Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

How it Works

The Workbench is a tool in Enterprise Architect Debugging, enabling you to create your own variables and invoke methods on them. Stack trace can be recorded and Sequence diagrams produced from the invocation of such methods. It provides a quick and simple way to debug your code.

Topics

Topic

Detail

See also

Mode

The Workbench operates in two modes:

Idle mode - When the Workbench is in idle mode, instances can be created and viewed and their members inspected
Active mode - When methods are invoked on an instance, the Workbench enters Active mode and the displayed instances change if the debugger encounters any breakpoints; if no breakpoints are set, then the instances do not change and the Workbench immediately returns to Idle mode

 

 

Logging

The results of creating instances and the results of calls on their methods are displayed in the Debug window.

 

Run the Debugger

Learn more