Crate zng_wgt_inspector

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

Statics§

INSPECT_CMD
Represent the window inspect action.

Functions§

inspector
P Setup the inspector for the window.
live_inspector
Live interactive inspector.