Book a Demo

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

Prev Next

View Debug Variables in Code Editors

When a breakpoint occurs, you will see all the local variables in that window. You can also inspect variables in the Source Code Editor by hovering your mouse over the reference. Here are some examples.

Array Intellisense during debugging

Note: The variable does not have to be one of the local variables. It can have a file or module scope.

Learn more