debugMode property

bool debugMode
final

Decides running mode of mate. As default it's false, (adapted to release mode).

To run mate on debug mode (development mode), make debugMode true. It will log parsed expression's token tree, in each call.

Implementation

final bool debugMode;