Jump to: navigation, search

Contents

DEBUG_FLAG

Definition

Flag to signal printing of information useful for debugging purposes.

Choices

  • DEBUG_FLAG=0: Debug printing off.
  • DEBUG_FLAG=1: Debug printing on.

Comments

  • This is a useful parameter for development work; among other things, subroutine exits are printed when this flag is set to 1.
  • For production runs, the user should normally set DEBUG_FLAG=0.

Internal name

debug_flag

Default

0