Expand description
Inspector, debug crash handler and debug properties.
§Crate
This crate is part of the zng project.
§Cargo Features
This crate provides 3 feature flags, 0 enabled by default.
§"live"
Compiles the interactive inspector.
§"crash_handler"
Compiles the debug crash handler.
Only enables in not(any(target_arch = "wasm32", target_os = "android", target_os = "ios")) builds.
§"image"
Enable screenshot capture.
Modules§
- crash_
handler - Debug crash handler.
- debug
- Debug inspection properties.
Structs§
- INSPECTOR
- Service that configures the live inspector.
- Inspected
Info InspectorInfothat can be placed in a variable.- Inspected
Tree - Represents an actively inspected widget tree.
- Inspected
Widget - Represents an actively inspected widget.
- Inspector
Watcher Builder - Builder for
INSPECTOR.register_watcher. - Weak
Inspected Tree - Represents a weak reference to a
InspectedTree.
Statics§
- INSPECT_
CMD - Represent the window inspect action.
Functions§
- inspector
PSetup the inspector for the window.- live_
inspector - Live interactive inspector.