Crate bugstalker

source ·

Modules§

  • 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.

Macros§

  • Using this macro means a promise that debug information exists in context of usage.
  • Transforms Result into Option and 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 happens
  • Execute expression depending on compiler version.
  • Transforms Result into Option and logs an error if it occurs.