Stack traces: Difference between revisions

Line 8:
=={{header|Ada}}==
{{works with|GNAT}}
 
<!-- This code should not use "use". It makes the code hard to understand. -->
 
The provided solution is specific to the [[GNAT]] Ada compiler. Further it is restricted to some platforms. See the description of the package GNAT.Traceback supplied with [[GNAT]]. The switch -g must be used in order to include debug information into the executable.
Line 54 ⟶ 56:
7C817075 in ?? at ??:0
</pre>
 
=={{header|AutoHotkey}}==
The local, static, and global bindings are viewable using 'Listvars'