We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cast rpc --decode-internal
1 parent 296732b commit 954accfCopy full SHA for 954accf
crates/cast/src/cmd/call.rs
@@ -97,6 +97,12 @@ pub struct CallArgs {
97
#[arg(long, requires = "trace")]
98
debug: bool,
99
100
+ /// Identify internal functions in traces.
101
+ ///
102
+ /// This will trace internal functions and decode stack parameters.
103
104
+ /// Parameters stored in memory (such as bytes or arrays) are currently decoded only when a
105
+ /// single function is matched, similarly to `--debug`, for performance reasons.
106
107
decode_internal: bool,
108
0 commit comments