isInDebugMode function

bool isInDebugMode()

Implementation

bool isInDebugMode() {
  return Foundation.kDebugMode;
}