: debug print¶
Debug-print a node using its Debug impl. By default prints information about CrabConsole
Usage: : debug print [OPTIONS] [PATTERN]
Arguments¶
| Name | Description | Possible values | Default |
|---|---|---|---|
<PATTERN> | Node pattern to find and call the Debug impl on. Must be a Rust-based class that implements the ConsoleDebug trait, or it will fail |
Options¶
| Name | Description | Possible values | Default |
|---|---|---|---|
-s--single-line | Print everything on one line | true, false |