dcsext.debug
Extensions to lua debug module.
Contents
Description
Provides functions for dumping _G and other debug functions.
Functions
_t.dumpTable(filename, tbl)
This correctly handles self referencing tables and will not generate tracebacks.
Parameters
- filename
- file name to be created in
<SAVEDGAMES>/DCS/Logs/ - tbl
- the table to dump, encoded in JSON