Appearance
Debugging
With the
debugging panel, MLMs can be run with no arguments or arguments defined in a debug configuration. The results are displayed in a result list, with the most recent execution on top.

Running an MLM
Select either Run without arguments or a debug configuration in the dropdown, and click
. The result will appear in the list below.
Alternatively, use the dropdown in the quick actions and the
button for the same result.
Debug configurations
A debug configuration defines a set of inputs for an MLM under a name, for easier debugging of common execution scenarios. To create a new debug configuration, hit
in the side panel. To edit or delete a configuration, use the
buttons next to it in the dropdown.

The configuration name is required, so is at least one argument.
Each argument can be configured with an applicability (default 1) and a primary time (default null) according to Arden Syntax specification. The dropdown contains most possible types in Arden Syntax (to be expanded). Only after selecting a type, enter a value to its right.
A new argument can be added to the end of the argument list with
. Arguments can be moved by grabbing and dragging the grab handle and deleted by clicking
.
Result list
Results of MLM executions are listed in the result list, with the most recent result first.

The header of each card shows the name of the debug configuration and the date & time of execution.
The content of the card is a list of each result returned by the MLM. Lists and nested objects can be expanded, and details about a variable within an object or list can be viewed by hovering over it.

