The debugger evaluates the watch expression in the selected callstack frame and if successful, it displays the value of the expression.Expressions can be variables, such as those listed in the Local Variables window,or any JavaScript expression that can be evaluated and provide a value relevant to the debugging session. 選択した呼び出しスタックフレーム内のウォッチ表現がデバッガによって評価され、評価に成功すると、式の値が表示されます。 表現には、「局所変数」ウィンドウに一覧表示される変数や、評価が可能でデバッグセッションに関連する値が得られる任意の JavaScript 式が含まれます。 - NetBeans