emitDebugSymbols property

bool emitDebugSymbols
final

Whether to generate debug symbols file outputs for each module.

Debug symbols file is an additional file produced by DDC that stores symbols for code compiled for one module, not including dependencies. Debug symbols are used by the to display variables and objects in watch, expression evaluation, and variable inspection windows.

Implementation

final bool emitDebugSymbols;