5.19.2 Understanding the Optimized Descriptor
The Variables window may show (Optimized) for local variables. This
is not related to compiler settings but rather implies the variable value is not
available on the current stack frame at the scope where it is evaluated. It is most
commonly applicable to function param variables which are not used by a
function at the current scope.
