generateFullDill property

bool generateFullDill
final

Whether to generate full dill file outputs for each module.

Full dill file is an additional file produced by DDC that stores full kernel for code compiled for one module, not including dependencies. Note that outlines are still produced and used by DDC as dependency summaries, independent of this setting. Full dill is used by the expression compilation service run by the debugger to compile expressions in debugging worklows that use modular build, such as webdev.

Implementation

final bool generateFullDill;