Nasal library/debug: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Start page)
 
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>props</code> namespace is sourced from {{fgdata file|Nasal/propsdebug.nas}}.
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]]

Revision as of 19:05, 13 November 2016

WIP.png Work in progress
This article or section will be worked on in the upcoming hours or days.
See history for the latest developments.

This page contains documentation for the debug namespace in Nasal. This namespace provides various useful APIs for debugging Nasal code. The debug namespace is sourced from fgdata/Nasal/debug.nas.

Functions

attributes()

backtrace()

bt()

benchmark()

benchmark_time()

dump()

isnan()

local()

print_rank()

printerror()

propify()

proptrace()

rank()

string()

tree()

warn()