Previous: __LINE__ and __FILE__, Up: Debugging [Contents][Index]
The strace
built-in function has the prototype:
fun strace = void:
It prints out the current contents of the PVM stack. This is especially useful to debug the code generated by the compiler.