User Tools

Site Tools


prpl:tracestack

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

prpl:tracestack [2016/12/02 18:33] – external edit 127.0.0.1prpl:tracestack [2018/06/14 16:46] (current) – added description kajacx
Line 1: Line 1:
 <- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]] <- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]]
  
-=====  TRACESTACK  =====+=====  TraceStack  =====
  
 ^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 ===
-<code> foreach(Data d in stack) {  +<code prpl> 
- DebugText.LogMessage(this,sb.ToString());  +#inspect what a function does to the stack 
- +TraceStack # see stack before the call 
 +@MyFunction 
 +TraceStack # see stack after the call
 </code> </code>
  
prpl/tracestack.1480721632.txt.gz · Last modified: 2016/12/02 18:33 by 127.0.0.1