Stack traces: Difference between revisions

m
Line 919:
foo();</lang>
=={{header|Lasso}}==
By default Lasso tracks the file path, line and column numbers. You can create a trace method asto track type and method names illustrated below or use one of the public libraries like L-Debug [https://github.com/zeroloop/l-debug].
 
<lang Lasso>// Define our own trace method
Anonymous user