Compiler Option: -showincludes

FreeBASIC

Compiler Option: -showincludes
 
Display a tree of file names of #included files

Syntax

-showincludes

Description

Tells the compiler to display the file names of loaded source code files, in form of a tree. This includes the *.bas files at the toplevel, aswell as the names of #included files as they are being #included. This is intended to be used for debugging #include dependencies, etc.

See also