MONC
|
Go to the source code of this file.
Modules | |
module | debugger_mod |
General purpose debugger. By changing the priority and other logic we can plug it in whereever we want in the run to dump out information. | |
Functions/Subroutines | |
type(component_descriptor_type) function, public | debugger_mod::debugger_get_descriptor () |
Provides the component descriptor for the core to register. More... | |
subroutine | debugger_mod::init_callback (current_state) |
Called on MONC initialisation. More... | |
subroutine | debugger_mod::timestep_callback (current_state) |
Produces debugging information on each timestep. More... | |