Modules§
- debugger
- log
- oracle
- Oracles system.
Oracle is an optional plugin for debugger. Oracles use
watch points
for analyse debug information and visualize it. As example - tokio oracle can can keep track of active tasks. There is builtin and external (created by user) oracles. - ui
- version
Macros§
- _error
- _version_
switch - ctx_
resolve_ unit_ call - debug_
info_ exists - Using this macro means a promise that debug information exists in context of usage.
- disable_
when_ not_ stared - muted_
error - Transforms
Result
intoOption
and put error into debug logs if it occurs. - print_
warns - Macro for handle an error lists as warnings.
- resolve_
unit_ call - This macro try to call a unit method, if call failed with UnitResult::Reload then parsing of lazy unit part is happening
- type_
from_ cache - version_
specialized - Create specialized version type.
- version_
switch - Execute expression depending on compiler version.
- weak_
error - Transforms
Result
intoOption
and logs an error if it occurs.