Evaluation Arguments - microsoft/VSDebugAdapterHost GitHub Wiki

Evaluation Arguments

Visual Studio passes additional fields in the arguments of the evaluate request to provide more fine-grained control over how expressions are evaluated.

Fields

Name Type Description
noSideEffects boolean Evaluation should occur only if it would have no side effects.
noFuncEval boolean Evaluation should occur only if it would not result in a function evaluation.