Stack traces: Difference between revisions

m (→‎Using no extensions: * #define STACK_TRACE_ON and assign stack_trace.on to TRUE)
Line 498:
 
==={{header|Unicon}}===
{{libheader|Unicon Code Library}}
[http://tapestry.tucson.az.us/unilib/pack_Utils.html the following code for buildStackTrace in Utils is taken verbatim and shown below the main program]
<lang Unicon>
import Utils # for buildStackTrace
Line 515 ⟶ 517:
every write("\t",!buildStackTrace(1))
end</lang>
 
{{libheader|Unicon Code Library}}
[http://tapestry.tucson.az.us/unilib/pack_Utils.html the following code for buildStackTrace in Utils is taken verbatim]
 
<lang Unicon>#<p>
Anonymous user