FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Fsi.DebugTypes Type

Specify debugging type: full, portable, embedded, pdbonly. (pdbonly is the default if no debugging type specified and enables attaching a debugger to a running program, portable is a cross-platform format, c>embedded is a cross-platform format embedded into the output file).

Union cases

Union case Description

Embedded

Full Usage: Embedded

Full

Full Usage: Full

PdbOnly

Full Usage: PdbOnly

Portable

Full Usage: Portable