Stack traces: Difference between revisions

Content deleted Content added
Franck (talk | contribs)
Line 8: Line 8:
=={{header|Ada}}==
=={{header|Ada}}==
{{works with|GNAT}}
{{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.
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: Line 56:
7C817075 in ?? at ??:0
7C817075 in ?? at ??:0
</pre>
</pre>

=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==
The local, static, and global bindings are viewable using 'Listvars'
The local, static, and global bindings are viewable using 'Listvars'