This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
prpl:tracestack [2016/12/02 23:33] – external edit 127.0.0.1 | prpl:tracestack [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
<- [[.: | <- [[.: | ||
- | ===== | + | ===== |
^Arguments^Result^Notation^ | ^Arguments^Result^Notation^ | ||
Line 8: | Line 8: | ||
=== Description === | === Description === | ||
+ | Prints all the values from the stack to the debug window without removing them. | ||
=== Examples === | === Examples === | ||
- | < | + | < |
- | DebugText.LogMessage(this, | + | #inspect what a function does to the stack |
- | + | TraceStack # see stack before the call | |
+ | @MyFunction | ||
+ | TraceStack # see stack after the call | ||
</ | </ | ||