Hi, Im debugging a code and sometimes you have many variables that you are not using anymore in the middle or ending part of the code. Especially if you arrange by blocks. Can I forget a variable that I am no longer using to only see the ones I want? I have seen that FlexSim does this during the "for" cycles. It uses the counter or index and when the cycle is finished, the variable is not there in the debugger screen anymore.