is_debug property

  1. @Int32()
int is_debug
getter/setter pair

0 = false, 1 = true (using Int32 for C compatibility)

Implementation

@ffi.Int32()
external int is_debug;