You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andrew Crawley edited this page Jan 31, 2018
·
1 revision
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.