2,736
edits
Red Leader (talk | contribs) (Start page) |
Red Leader (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{{WIP}} | {{WIP}} | ||
{{Nasal Navigation}} | {{Nasal Navigation}} | ||
This page contains documentation for the '''<code>debug</code> namespace''' in [[Nasal]]. This namespace provides various useful APIs for debugging Nasal code. The <code> | This page contains documentation for the '''<code>debug</code> namespace''' in [[Nasal]]. This namespace provides various useful APIs for debugging Nasal code. The <code>debug</code> namespace is sourced from {{fgdata file|Nasal/debug.nas}}. | ||
== Functions == | |||
=== attributes() === | |||
=== backtrace() === | |||
=== bt() === | |||
=== benchmark() === | |||
=== benchmark_time() === | |||
=== dump() === | |||
=== isnan() === | |||
=== local() === | |||
=== print_rank() === | |||
=== printerror() === | |||
=== propify() === | |||
=== proptrace() === | |||
=== rank() === | |||
=== string() === | |||
=== tree() === | |||
=== warn() === | |||
[[Category:Nasal]] | |||