dcsext.debug

Extensions to lua debug module.

Contents

  1. Description
  2. Functions
    1. _t.dumpTable(filename, tbl)

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