Cargo Features

[dependencies]
ckb-debugger = { version = "0.115.0-rc2", default-features = false, features = ["stdio", "probes"] }
default = probes

The probes feature is set by default whenever ckb-debugger is added without default-features = false somewhere in the dependency tree.

stdio

Enables stdio of ckb-vm-debug-utils

probes default = probe

Enables flatmemory of ckb-script =0.115.0-rc2

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

probe probes