CAM
|
Modules | |
module | debugutilitiesmodule |
Macros | |
#define | MAX_STACK_LEVEL 20 |
#define | MAX_STRING_LEN 40 |
#define | DEBUG_LEVEL 1 |
Functions/Subroutines | |
subroutine, public | debugutilitiesmodule::dumassert (Condition, FileName, Linenumber) |
subroutine, public | debugutilitiesmodule::dumenter (RoutineName) |
subroutine, public | debugutilitiesmodule::dumleave (RoutineName) |
Variables | |
character(len=max_string_len), dimension(max_stack_level) | debugutilitiesmodule::tracestack |
integer | debugutilitiesmodule::stacklevel = 0 |
#define DEBUG_LEVEL 1 |
#define MAX_STACK_LEVEL 20 |
#define MAX_STRING_LEN 40 |