Command line options: Difference between revisions

Jump to navigation Jump to search
Line 703: Line 703:
= Debugging Options =
= Debugging Options =


<code>--console</code> (<code>-c</code>)
<code>--console[={true|false|1|0|yes|no}]</code> (<code>-c</code>)
::Display console (Windows specific).
::Enable/Disable displaying console (Windows specific.)


<code>--developer</code>
<code>--developer[={true|false|1|0|yes|no}]</code><br/>
::Enable developer mode which will log more events.
<code>--enable-developer</code><br/>
<code>--disable-developer</code>
::Enable/Disable developer mode which will log more events.


<code>--enable-fpe</code>
<code>--fpe[={true|false|1|0|yes|no}]</code><br/>
::Abort on encountering a floating point exception.
<code>--enable-fpe</code><br/>
<code>--disable-fpe</code>
::Enable/Disable aborting on encountering a floating point exception.


<code>--fgviewer file</code>
<code>--fgviewer file</code>
::Use a model viewer rather than load the entire simulator.
::Use a model viewer rather than load the entire simulator.


<code>--json-report</code>
<code>--json-report[={true|false|1|0|yes|no}]</code>
::Print a report in JSON format on the standard output. The report will give useful information for debugging purposes, such as the FlightGear version, the scenery/aircraft paths in use, the TerraSync and the data download directories and the paths to navigation data files.
::Enable/Disable printing a report in JSON format on the standard output. The report will give useful information for debugging purposes, such as the FlightGear version, the scenery/aircraft paths in use, the TerraSync and the data download directories and the paths to navigation data files.


<code>--log-level={bulk|debug|info|warn|alert}</code>
<code>--log-level={bulk|debug|info|warn|alert}</code>
1,089

edits

Navigation menu