The watch area only read global variables, if you need a local variable you must create a global variable, like var ASD;, then, where the local variable is write "ASD = local_variable;", and finally put the watch to ASD


CAUTION :The content above could blow your mind