|
CAM
|
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 |
| subroutine, public debugutilitiesmodule::dumassert | ( | logical, intent(in) | Condition, |
| character(*), intent(in) | FileName, | ||
| integer, intent(in) | Linenumber | ||
| ) |
| subroutine, public debugutilitiesmodule::dumenter | ( | character(*), intent(in) | RoutineName | ) |
| subroutine, public debugutilitiesmodule::dumleave | ( | character(*), intent(in) | RoutineName | ) |
| integer debugutilitiesmodule::stacklevel = 0 |
| character(len=max_string_len), dimension( max_stack_level ) debugutilitiesmodule::tracestack |