> Hi all
>
> is there a way too see what each variable is holding when ran in debug
> mode?
Several ways. You can hover the mouse cursor over the variable name and a
tooltip will appear showing the current value. You can also use the Output
Window to show Autos, Locals, etc. You can also manually put a watch on a
variable or expression (right-click->Add Watch).
If these methods don't work for you, pleas supply details, including Project
Type and Template.

Signature
Peter [MVP Visual Developer]
Jack of all trades, master of none.