Can't find localStorage from Debugger > Scope

Is it possible to find a localStorage item from Scope section in Debugger tab in dev tools of firefox. I wanted to put a watchpoint on such a variable in localStorage. Or is there any other way to put a watchpoint on a variable other than finding is through variable in scope.
Thanks in advance.