CAM
debugutilitiesmodule Module Reference

Functions/Subroutines

subroutine, public dumassert (Condition, FileName, Linenumber)
 
subroutine, public dumenter (RoutineName)
 
subroutine, public dumleave (RoutineName)
 

Variables

character(len=max_string_len), dimension(max_stack_level) tracestack
 
integer stacklevel = 0
 

Function/Subroutine Documentation

◆ dumassert()

subroutine, public debugutilitiesmodule::dumassert ( logical, intent(in)  Condition,
character(*), intent(in)  FileName,
integer, intent(in)  Linenumber 
)

◆ dumenter()

subroutine, public debugutilitiesmodule::dumenter ( character(*), intent(in)  RoutineName)

◆ dumleave()

subroutine, public debugutilitiesmodule::dumleave ( character(*), intent(in)  RoutineName)

Variable Documentation

◆ stacklevel

integer debugutilitiesmodule::stacklevel = 0

◆ tracestack

character(len=max_string_len), dimension( max_stack_level ) debugutilitiesmodule::tracestack