Modules§
- Oracles system. Oracle is an optional plugin for debugger. Oracles use
watch pointsfor 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.
Macros§
- Using this macro means a promise that debug information exists in context of usage.
- Transforms
ResultintoOptionand put error into debug logs if it occurs. - Macro for handle an error lists as warnings.
- This macro try to call a unit method, if call failed with UnitResult::Reload then parsing of lazy unit part is happening
- Execute expression depending on compiler version.
- Transforms
ResultintoOptionand logs an error if it occurs.