This shows you the differences between two versions of the page.
xrpl:tracestack [2019/03/04 01:24] – created Karsten75 | xrpl:tracestack [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | |||
- | ===== TraceStack | ||
- | |||
- | ^Arguments^Result^Notation^ | ||
- | | | | [ - ] | | ||
- | |||
- | |||
- | === Description === | ||
- | Prints all the values from the stack to the debug window without removing them. | ||
- | |||
- | === Examples === | ||
- | <code prpl> | ||
- | #inspect what a function does to the stack | ||
- | TraceStack # see stack before the call | ||
- | @MyFunction | ||
- | TraceStack # see stack after the call | ||
- | </ | ||