Skip to content

Configurations

Dickson Law edited this page Apr 19, 2019 · 1 revision

Configurations

You can change these configurations in the macros attached to the extension's GMAssert.ext placeholder file.

GMASSERT_ENABLED

Default: true

This controls whether assertions are active. If set to false, all assertions will be silenced regardless of whether they are satisfied or not, and the breakpoint hook will not trigger.

GMASSERT_TOLERANCE

Default: 0.000001

This controls the minimum difference between two values for them to be considered unequal.

Clone this wiki locally