11949b1e8e9c90a5ff3d86c84f504a8d09f1068f
Usage of run_fgfs_debug.sh is slightly changed: you now need to put a '--' argument before all arguments that you want to pass to fgfs. For instance: ./run_fgfs_debug.sh -- --aircraft=ufo --airport=PMDY There is also a new option: -c, alias --core-file. This option allows one to start gdb from an existing fgfs core dump, with appropriate LD_LIBRARY_PATH setting and --directory options; in this case, don't specify any fgfs argument (the fgfs arguments used when the core file was produced have been recorded therein). Example: ./run_fgfs_debug.sh -c /path/to/core All this is documented with './run_fgfs_debug.sh --help'.
Description
No description provided
Languages
Python
55.2%
Shell
30.7%
Batchfile
5.9%
Inno Setup
4.3%
Ruby
2.2%
Other
1.7%