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, 1 enabled by default.
§"debug_default"
Enables the "live"
feature in debug builds.
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.
Modules§
- crash_
handler - Debug crash handler.
- debug
- Debug inspection properties.
Structs§
- INSPECTOR
- Service that configures the live inspector.
- Inspected
Info InspectorInfo
that 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
P
Setup the inspector for the window.- live_
inspector - Live interactive inspector.